testsuite: arm: fast-math-complex-add-half-float.c test should not xfail
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Sun, 10 Nov 2024 13:46:51 +0000 (14:46 +0100)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Mon, 11 Nov 2024 18:33:44 +0000 (19:33 +0100)
With the change in 15-3128-gde1923f9f4d, this test case no longer xfail.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/complex/fast-math-complex-add-half-float.c: Remove
xfail from test.

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c

index 1fa914916eeaf51445203296dcf8bee36dd0bced..a773e796ddcd757f2cacca161842afbbd913754b 100644 (file)
@@ -8,7 +8,5 @@
 #define N 200
 #include "complex-add-template.c"
 
-/* Vectorization is failing for these cases.  They should work but for now ignore.  */
-
-/* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 1 "vect" { xfail *-*-* } } } */
-/* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 1 "vect" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 1 "vect" } } */
This page took 0.158331 seconds and 5 git commands to generate.