re PR tree-optimization/16437 (New c-torture failures after bitfield patch)
authorAndreas Jaeger <aj@suse.de>
Sat, 11 Sep 2004 11:10:46 +0000 (13:10 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sat, 11 Sep 2004 11:10:46 +0000 (13:10 +0200)
* gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
* gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.

From-SVN: r87350

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/991118-1.x [deleted file]
gcc/testsuite/gcc.c-torture/execute/bf64-1.x

index 36d777da6009e8d1e52963428e33612e5132280e..07cf16e8271e6896d8f2fae7eddda4b40825d8ff 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-11  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
+       * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
+
 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
 
        * gcc.target/frv: New directory of FR-V-specific tests.
diff --git a/gcc/testsuite/gcc.c-torture/execute/991118-1.x b/gcc/testsuite/gcc.c-torture/execute/991118-1.x
deleted file mode 100644 (file)
index f1067a0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# PR 16437.  This fails on x86_64 now.
-if { [istarget "x86_64-*-*"] } {
-    set torture_eval_before_execute {
-       global compiler_conditional_xfail_data
-       set compiler_conditional_xfail_data {
-           { "PR 16437" } \
-           { "x86_64-*-*" } \
-           { "*-O[123s]*" } \
-           { "-O0" }
-       }
-    }
-}
-
-return 0
index 54a8f6ac03c8d5c087dbb037a4cb14d60b8793c0..f3069f2844b1e8eae4ee88dbd7f75b91c5857486 100644 (file)
@@ -5,17 +5,4 @@ if { [istarget "mcore-*-*"] } {
        set torture_execute_xfail "mcore-*-*"
 }
 
-# PR 16437.  This fails on x86_64 now.
-if { [istarget "x86_64-*-*"] } {
-    set torture_eval_before_execute {
-       global compiler_conditional_xfail_data
-       set compiler_conditional_xfail_data {
-           { "PR 16437" } \
-           { "x86_64-*-*" } \
-           { "*-O[123s]*" } \
-           { "-O0" }
-       }
-    }
-}
-
 return 0