]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Move complex-operations-run.c to vect-complex-operations-run.c [PR122602]
authorAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Fri, 7 Nov 2025 20:02:35 +0000 (12:02 -0800)
committerAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Fri, 7 Nov 2025 20:06:32 +0000 (12:06 -0800)
The vect testsuite is special in that not everything named *.c will be run so
this testcase needs to be named vect-* to be able to run.

Pushed as obvious after making sure it at least now compiles for aarch64-linux-gnu.

PR testsuite/122602
gcc/testsuite/ChangeLog:

* gcc.dg/vect/complex/complex-operations-run.c: Move to...
* gcc.dg/vect/complex/vect-complex-operations-run.c: ...here.

Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
gcc/testsuite/gcc.dg/vect/complex/vect-complex-operations-run.c [moved from gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c with 100% similarity]