loop-3c.x: Remove, the test should pass now.
authorAndreas Jaeger <aj@gcc.gnu.org>
Sun, 2 Jun 2002 19:54:02 +0000 (21:54 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 2 Jun 2002 19:54:02 +0000 (21:54 +0200)
* gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
now.

From-SVN: r54183

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/loop-3c.x [deleted file]

index 8da0dbefded1a0bcc07521414b9cdc8c9dd7a8ca..b1eb8df2139d040a47c24129d293e7b213f44769 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-02  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
+       now.
+
 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
@@ -19,7 +24,7 @@
 
 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c, 
+       * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
        gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
        gcc.dg/cpp/if-1.c: Update for modified diagnostics.
 
diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-3c.x b/gcc/testsuite/gcc.c-torture/execute/loop-3c.x
deleted file mode 100644 (file)
index a98f549..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-if { [istarget "i686-*"] } {
-    set torture_eval_before_execute {
-       global compiler_conditional_xfail_data
-       set compiler_conditional_xfail_data {
-           "Loop optimiser bug" \
-                   "i686-*" \
-                   { "-Os" } \
-                   { "" }
-       }
-    }
-}
-
-return 0