* gcc.dg/tree-ssa/20040204-1.c: Un-xfail for mips*-*-*.

From-SVN: r129627
This commit is contained in:
David Daney 2007-10-25 16:11:27 +00:00 committed by David Daney
parent cfff829fc6
commit 7f1d67caa7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-10-25 David Daney <ddaney@avtrex.com>
* gcc.dg/tree-ssa/20040204-1.c: Un-xfail for mips*-*-*.
2007-10-25 Martin Michlmayr <tbm@cyrius.com>
Ira Rosen <irar@il.ibm.com>

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