https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123286
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Naveen H.S <[email protected]>: https://gcc.gnu.org/g:38688249af87f930c6145501568afb6e34393631 commit r17-481-g38688249af87f930c6145501568afb6e34393631 Author: Naveen <[email protected]> Date: Tue May 12 20:30:01 2026 -0700 testsuite: Move pr123286.c to gcc.target/aarch64/ The test for PR middle-end/123286 unconditionally includes <arm_neon.h> which is only available on AArch64 targets. Hence, move the testcase to gcc.target/aarch64/ where the target context is implicit. gcc/testsuite/ChangeLog: * gcc.dg/pr123286.c: Move to... * gcc.target/aarch64/pr123286.c: ...here. Signed-off-by: Naveen <[email protected]>
