diff options
author | Torbjörn SVENSSON <torbjorn.svensson@foss.st.com> | 2024-11-10 14:46:51 +0100 |
---|---|---|
committer | Torbjörn SVENSSON <torbjorn.svensson@foss.st.com> | 2024-11-11 19:33:44 +0100 |
commit | a2467372e7241be661c5fde80b751d84df4d567b (patch) | |
tree | 3eebb51a4ac36d8d498e958ce6c360149718326b /gcc | |
parent | 2ad277478620037103379ffad6a99dc00bf0bca7 (diff) | |
download | gcc-a2467372e7241be661c5fde80b751d84df4d567b.zip gcc-a2467372e7241be661c5fde80b751d84df4d567b.tar.gz gcc-a2467372e7241be661c5fde80b751d84df4d567b.tar.bz2 |
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 <torbjorn.svensson@foss.st.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c | 6 |
1 files changed, 2 insertions, 4 deletions
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 1fa9149..a773e79 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" } } */ |