Commit 7f1d67ca by David Daney Committed by David Daney

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

From-SVN: r129627
parent cfff829f
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> 2007-10-25 Martin Michlmayr <tbm@cyrius.com>
Ira Rosen <irar@il.ibm.com> Ira Rosen <irar@il.ibm.com>
...@@ -33,5 +33,5 @@ void test55 (int x, int y) ...@@ -33,5 +33,5 @@ void test55 (int x, int y)
that the && should be emitted (based on BRANCH_COST). Fix this that the && should be emitted (based on BRANCH_COST). Fix this
by teaching dom to look through && and register all components by teaching dom to look through && and register all components
as true. */ 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" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment