* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.

From-SVN: r166933
This commit is contained in:
Eric Botcazou 2010-11-19 09:16:39 +00:00 committed by Eric Botcazou
parent eb1c5aefe0
commit 4ae9780619
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-11-19 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.
2010-11-18 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/vect/slp-reduc-3.c: Make check dependent on vect_unpack.

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