Remove the XFAIL on arm in cunroll-15.c since the test passes on trunk.
Committed as obvious.

ChangeLog:
2019-07-04  Wilco Dijkstra  <wdijk...@arm.com>

testsuite/
        * gcc.dg/tree-ssa/cunroll-15.c: Remove XFAIL on arm.

--

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c 
b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c
index 
55cdcff7674ae01bdc4ae819dc72738f305bec9a..a68145068f2fb833ad42d19c4daeeff8a894dd5a
 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c
@@ -20,4 +20,4 @@ int Test(void)
 /* When SLP vectorization is enabled the following will fail because DOM
    doesn't know how to deal with the vectorized initializer of in.  */
 /* DOM also doesn't know to CSE in[1] with in = *.LC0 thus the list of targets 
this fails.  */
-/* { dg-final { scan-tree-dump "return 1;" "optimized" { xfail { arm*-*-* 
powerpc-*-* } } } } */
+/* { dg-final { scan-tree-dump "return 1;" "optimized" { xfail { powerpc-*-* } 
} } } */

Reply via email to