]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ivopts-1.C: Remove xfail for mips*-*-*.
authorDavid Daney <ddaney@avtrex.com>
Wed, 6 Feb 2008 17:44:45 +0000 (17:44 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Wed, 6 Feb 2008 17:44:45 +0000 (17:44 +0000)
2008-02-06  David Daney  <ddaney@avtrex.com>

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

From-SVN: r132151

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

index f6e3a77410c4b442187518e5450157f6babebf68..c6082b74d49ca751072d374d2b1cc8ab27bb6516 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-06  David Daney  <ddaney@avtrex.com>
+
+       * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for mips*-*-*.
+
 2008-02-05  Bob Wilson  <bob.wilson@acm.org>
 
        * lib/target-supports.exp (check_effective_target_hard_float): Remove
index 73667f1350f8c1536b3cdce0cb478d5851cbe199..0eaa0fb254c61f889d2251932becf39f467d1d18 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 mips*-*-* } } } */
+/* { dg-final { scan-tree-dump-not "offset: (4294967292|0x0f+fc)" "ivopts" } } */
 /* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" } } */
 /* { dg-final { cleanup-tree-dump "ivopts" } } */