diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2024-12-18 13:49:20 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2025-01-20 15:44:57 +0000 |
commit | cb35651269cef74301250f5d7c0412f81a33aef4 (patch) | |
tree | c2e578a54d8db1319d2c0aaeda1ef78ec98f992c | |
parent | 7b64f757a8df8efd989000baa667279f8957442e (diff) | |
download | gcc-cb35651269cef74301250f5d7c0412f81a33aef4.zip gcc-cb35651269cef74301250f5d7c0412f81a33aef4.tar.gz gcc-cb35651269cef74301250f5d7c0412f81a33aef4.tar.bz2 |
arm, testsuite: remove duplicate dg-add-options arm_v8_3a_complex_neon
These two testcases have twice the same dg-add-options
arm_v8_3a_complex_neon, the patch removes one of them.
gcc/testsuite/ChangeLog:
* gcc.dg/vect/complex/complex-operations-run.c: Remove duplicate
dg-add-options arm_v8_3a_complex_neon.
* gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c:
Likewise.
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c b/gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c index 5a68ff0..2f916ab 100644 --- a/gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c +++ b/gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c @@ -1,6 +1,5 @@ /* { dg-require-effective-target vect_complex_add_double } */ /* { dg-add-options arm_v8_3a_complex_neon } */ -/* { dg-add-options arm_v8_3a_complex_neon } */ #include <stdio.h> #include <complex.h> diff --git a/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c b/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c index e820356..2cd7eb2 100644 --- a/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c +++ b/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c @@ -1,5 +1,4 @@ /* { dg-do compile } */ -/* { dg-add-options arm_v8_3a_complex_neon } */ /* { dg-additional-options "-ffast-math -fno-tree-loop-vectorize" } */ /* { dg-require-effective-target vect_double } */ /* { dg-add-options arm_v8_3a_complex_neon } */ |