]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ivopts-1.C: Remove xfail for hppa*-*-*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 3 Feb 2008 20:08:43 +0000 (20:08 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 3 Feb 2008 20:08:43 +0000 (20:08 +0000)
* g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.

From-SVN: r132082

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

index 451538099bb779d4ef5245ebbe1564ffe074f442..1490a372b0a3b3d8e998610545785d9db6ffefb1 100644 (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.
index 3d3ef429f7574c358a77367edf8c201e2d78203f..73667f1350f8c1536b3cdce0cb478d5851cbe199 100644 (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" } } */