aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2019-07-04 16:00:26 +0000
committerWilco Dijkstra <wilco@gcc.gnu.org>2019-07-04 16:00:26 +0000
commite2c3bbbf905a8010729d35df8eda2792755107c4 (patch)
treebbb3533e489555f2a262fb9a34b0259a9ef04b37 /gcc
parentc80ab4a34c3c3761a91459755e9f632f64c99259 (diff)
downloadgcc-e2c3bbbf905a8010729d35df8eda2792755107c4.zip
gcc-e2c3bbbf905a8010729d35df8eda2792755107c4.tar.gz
gcc-e2c3bbbf905a8010729d35df8eda2792755107c4.tar.bz2
Fix arm XFAIL in cunroll-15.c
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e7db610..77949d9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c
index 55cdcff..a681450 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-*-* } } } } */