diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-01-19 12:56:16 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2011-01-19 12:56:16 +0000 |
commit | d629d5a76cdc112463531c2c3adb13ed5b3c55b6 (patch) | |
tree | 736340f180909e1d724bb19a7b82db48cff1b8f2 /gcc | |
parent | 9081b67b9c1d4ed828b03fa2b63861287108ff33 (diff) | |
download | gcc-d629d5a76cdc112463531c2c3adb13ed5b3c55b6.zip gcc-d629d5a76cdc112463531c2c3adb13ed5b3c55b6.tar.gz gcc-d629d5a76cdc112463531c2c3adb13ed5b3c55b6.tar.bz2 |
re PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)
PR tree-optimization/46021
* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.
From-SVN: r168990
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 550aee1..118436c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> + + PR tree-optimization/46021 + * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*. + 2011-01-19 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/47290 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c b/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c index 4a16a74..45e44a1 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c @@ -33,5 +33,5 @@ void test55 (int x, int y) that the && should be emitted (based on BRANCH_COST). Fix this by teaching dom to look through && and register all components as true. */ -/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "alpha*-*-* powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* i?86-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-* x86_64-*-*" } } } } */ +/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "alpha*-*-* powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* i?86-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-* spu-*-* x86_64-*-*" } } } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */ |