From: Torbjörn SVENSSON Date: Sun, 10 Nov 2024 13:46:51 +0000 (+0100) Subject: testsuite: arm: fast-math-complex-add-half-float.c test should not xfail X-Git-Tag: basepoints/gcc-16~4449 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2467372e7241be661c5fde80b751d84df4d567b;p=thirdparty%2Fgcc.git testsuite: arm: fast-math-complex-add-half-float.c test should not xfail 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 --- diff --git a/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c b/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c index 1fa914916eea..a773e796ddcd 100644 --- a/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c +++ b/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c @@ -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" } } */