ivopts-1.C: Remove xfail for hppa*-*-*.

* g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.

From-SVN: r132082
This commit is contained in:
John David Anglin 2008-02-03 20:08:43 +00:00 committed by John David Anglin
parent 80cf9ff476
commit 0d1a14d251
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.
2008-02-03 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr31628.c: Require effective target fpic.

View File

@ -13,6 +13,6 @@ void bar(void)
}
/* { dg-final { scan-tree-dump-not "-&x" "ivopts" } } */
/* { dg-final { scan-tree-dump-not "offset: (4294967292|0x0f+fc)" "ivopts" { xfail hppa*-*-* mips*-*-* } } } */
/* { dg-final { scan-tree-dump-not "offset: (4294967292|0x0f+fc)" "ivopts" { xfail mips*-*-* } } } */
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" } } */
/* { dg-final { cleanup-tree-dump "ivopts" } } */