]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ivopts-1.C: Remove xfails for hppa*-*-*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 7 Feb 2008 00:29:55 +0000 (00:29 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 7 Feb 2008 00:29:55 +0000 (00:29 +0000)
        * g++.dg/tree-ssa/ivopts-1.C: Remove xfails for hppa*-*-*.

From-SVN: r132166

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/ivopts-1.C

index 07cffc5a2ba3e10c7639a40d4ab20b4e26d04430..5a3e80602a1591834a54ac0d1b84d58e459aa1de 100644 (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:
index a350b1ee4b132929c5e9b366c34914e5bed81b7a..b894552f5b14507fbdb5a998fe2b6293853ac3c9 100644 (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" } } */