------- Comment #5 from howarth at nitro dot med dot uc dot edu 2009-02-21 01:25 ------- So should we have...
Index: gcc/testsuite/gcc.dg/tree-ssa/vrp47.c =================================================================== --- gcc/testsuite/gcc.dg/tree-ssa/vrp47.c (revision 144342) +++ gcc/testsuite/gcc.dg/tree-ssa/vrp47.c (working copy) @@ -30,10 +30,10 @@ /* Test that x and y are never compared to 0 -- they're always known to be 0 or 1. */ -/* { dg-final { scan-tree-dump-times "\[xy\]\[^ \]* !=" 0 "vrp1" } } */ +/* { dg-final { scan-tree-dump-times "\[xy\]\[^ \]* !=" 0 "vrp1" { xfail powerpc*-*-* } } } */ /* This one needs more copy propagation that only happens in dom1. */ -/* { dg-final { scan-tree-dump-times "x\[^ \]* & y" 1 "dom1" } } */ +/* { dg-final { scan-tree-dump-times "x\[^ \]* & y" 1 "dom1" { xfail powerpc*-*-* } } } */ /* { dg-final { scan-tree-dump-times "x\[^ \]* & y" 1 "vrp1" { xfail *-*-* } } } */ /* These two are fully simplified by VRP. */ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38219