Fix arm XFAIL in cunroll-15.c
authorWilco Dijkstra <wdijkstr@arm.com>
Thu, 4 Jul 2019 16:00:26 +0000 (16:00 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Thu, 4 Jul 2019 16:00:26 +0000 (16:00 +0000)
Remove the XFAIL on arm in cunroll-15.c since the test passes on trunk.
Committed as obvious.

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

From-SVN: r273088

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c

index e7db610..77949d9 100644 (file)
@@ -1,3 +1,7 @@
+2019-07-04  Wilco Dijkstra  <wdijkstr@arm.com>
+
+       * gcc.dg/tree-ssa/cunroll-15.c: Remove XFAIL on arm.
+
 2019-07-04  Andrea Corallo <andrea.corallo@arm.com>
 
        * jit.dg/all-non-failing-tests.h: Add test-accessing-bitfield.c.
index 55cdcff..a681450 100644 (file)
@@ -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-*-* } } } } */