]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Move pr123286.c to gcc.target/aarch64/
authorNaveen <naveen.siddegowda@oss.qualcomm.com>
Wed, 13 May 2026 03:30:01 +0000 (20:30 -0700)
committerNaveen <naveen.siddegowda@oss.qualcomm.com>
Wed, 13 May 2026 03:35:10 +0000 (20:35 -0700)
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 <naveen.siddegowda@oss.qualcomm.com>
gcc/testsuite/gcc.target/aarch64/pr123286.c [moved from gcc/testsuite/gcc.dg/pr123286.c with 100% similarity]