]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm, testsuite: remove duplicate dg-add-options arm_v8_3a_complex_neon
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 18 Dec 2024 13:49:20 +0000 (13:49 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 20 Jan 2025 15:44:57 +0000 (15:44 +0000)
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.

gcc/testsuite/gcc.dg/vect/complex/complex-operations-run.c
gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c

index 5a68ff02951469a73b7e6f4bb88ddf2989a2e64a..2f916ab4adf19dfe7a0cc4464e15fe1e7dd2bfa9 100644 (file)
@@ -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>
index e820356de0f09b5b77b7698dfb9f118d80bcb60f..2cd7eb25b3ef099896c98f77ec55403b11c6b741 100644 (file)
@@ -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 } */