re PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)

PR tree-optimization/46021
	gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*.

From-SVN: r167661
This commit is contained in:
John David Anglin 2010-12-09 19:01:42 +00:00 committed by John David Anglin
parent efa5800664
commit 6b08d96992
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-12-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR tree-optimization/46021
gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*.
2010-12-09 Richard Guenther <rguenther@suse.de>
PR middle-end/46844

View file

@ -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 { ! "powerpc*-*-* cris-*-* crisv32-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-*" } } } } */
/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-*" } } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */