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]>
---
 .../{complex-operations-run.c => vect-complex-operations-run.c}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename gcc/testsuite/gcc.dg/vect/complex/{complex-operations-run.c => 
vect-complex-operations-run.c} (100%)

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
-- 
2.43.0

Reply via email to