https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122602
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <[email protected]>: 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]>
