From 289380f1dfe2ba8c58c10c7d30f5f0941480eb43 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 4 Oct 2018 08:59:12 +0000 Subject: cunroll-15.c: Add XFAILs for arm and powerpc. 2018-10-04 Richard Biener * gcc.dg/tree-ssa/cunroll-15.c: Add XFAILs for arm and powerpc. From-SVN: r264836 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 14d24f0..55af1bd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2018-10-04 Richard Biener + + * gcc.dg/tree-ssa/cunroll-15.c: Add XFAILs for arm and powerpc. + 2018-10-03 Ian Lance Taylor * go.test/go-test.exp (go-set-goarch): Use amd64p32 on x32. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c index 3fc752a..55cdcff 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c @@ -19,4 +19,5 @@ int Test(void) /* { dg-final { scan-tree-dump-times "optimized:\[^\n\r\]*completely unrolled" 2 "cunroll" } } */ /* When SLP vectorization is enabled the following will fail because DOM doesn't know how to deal with the vectorized initializer of in. */ -/* { dg-final { scan-tree-dump "return 1;" "optimized" } } */ +/* 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-*-* } } } } */ -- cgit v1.1