diff mbox series

[COMMITTED] Fix arm XFAIL in cunroll-15.c

Message ID VI1PR0801MB2127C8E1B5BFFF53564D5C5E83FA0@VI1PR0801MB2127.eurprd08.prod.outlook.com
State New
Headers show
Series [COMMITTED] Fix arm XFAIL in cunroll-15.c | expand

Commit Message

Wilco Dijkstra July 4, 2019, 4:01 p.m. UTC
Remove the XFAIL on arm in cunroll-15.c since the test passes on trunk.
Committed as obvious.

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

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

--
diff mbox series

Patch

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-*-* } } } } */