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

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

From-SVN: r132166
This commit is contained in:
John David Anglin
2008-02-07 00:29:55 +00:00
committed by John David Anglin
parent 70cce538d2
commit fb7e15ca6a
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* g++.dg/tree-ssa/ivopts-1.C: Remove xfails for hppa*-*-*.
2008-02-05 Richard Guenther <rguenther@suse.de>
Backport from mainline:

View File

@@ -13,6 +13,6 @@ void bar(void)
}
/* { dg-final { scan-tree-dump-not "-&x" "ivopts" } } */
/* { dg-final { scan-tree-dump-not "offset: -4B" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
/* { dg-final { scan-tree-dump-not "offset: -4B" "ivopts" { xfail i?86-*-* x86_64-*-* } } } */
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" { xfail i?86-*-* x86_64-*-* } } } */
/* { dg-final { cleanup-tree-dump "ivopts" } } */