https://gcc.gnu.org/g:0c0b0e727995cee804d5f72d243ca2112a0005c2
commit r16-5083-g0c0b0e727995cee804d5f72d243ca2112a0005c2 Author: Andrew Pinski <[email protected]> Date: Fri Nov 7 12:02:35 2025 -0800 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 <[email protected]> Diff: --- .../complex/{complex-operations-run.c => vect-complex-operations-run.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) 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
