* gcc.dg/tree-ssa-vrp47.c: XFAIL two dump scans for powerpc.

From-SVN: r145464
This commit is contained in:
Janis Johnson 2009-04-02 18:03:00 +00:00 committed by Janis Johnson
parent 5687a4ad37
commit 74f874cfc3
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2009-04-02 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/tree-ssa-vrp47.c: XFAIL two dump scans for powerpc.
* gcc.dg/memcpy-1.c: Add compiler option.
* gcc.dg/and-1.c: Restrict the targets for which the test is run

View File

@ -30,10 +30,12 @@ int f(int x)
/* 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" } } */
/* xfail: PR middle-end/38219 */
/* { 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" } } */
/* xfail: PR middle-end/38219 */
/* { 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. */