From: Andrew Pinski Date: Fri, 7 Nov 2025 20:02:35 +0000 (-0800) Subject: testsuite: Move complex-operations-run.c to vect-complex-operations-run.c [PR122602] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c0b0e727995cee804d5f72d243ca2112a0005c2;p=thirdparty%2Fgcc.git testsuite: Move complex-operations-run.c to vect-complex-operations-run.c [PR122602] 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 --- diff --git a/gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c b/gcc/testsuite/gcc.dg/vect/complex/vect-complex-operations-run.c similarity index 100% rename from gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c rename to gcc/testsuite/gcc.dg/vect/complex/vect-complex-operations-run.c