Commit 876fa8ec by David Daney Committed by David Daney

* gcc.dg/tree-ssa/update-threading.c: Remove xfail.

From-SVN: r129608
parent a35de342
2007-10-24 David Daney <ddaney@avtrex.com>
* gcc.dg/tree-ssa/update-threading.c: Remove xfail.
2007-10-24 Richard Sandiford <rsandifo@nildram.co.uk>
PR target/33755
......@@ -20,5 +20,5 @@ main (int argc, char **argv)
foo (((A) { ((!(i >> 4) ? 8 : 64 + (i >> 4)) << 8) + (i << 4) } ).a);
exit (0);
}
/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "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