aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2002-06-02 21:54:02 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2002-06-02 21:54:02 +0200
commite33a8855bce17270fc51a6b0aba80f21ffc20f8c (patch)
treea092d367f4905c5178a28a0e8a7b1d7432c45267 /gcc
parent0ac3e0c4660ee772aab86d517f6723a371db528b (diff)
downloadgcc-e33a8855bce17270fc51a6b0aba80f21ffc20f8c.zip
gcc-e33a8855bce17270fc51a6b0aba80f21ffc20f8c.tar.gz
gcc-e33a8855bce17270fc51a6b0aba80f21ffc20f8c.tar.bz2
loop-3c.x: Remove, the test should pass now.
* gcc.c-torture/execute/loop-3c.x: Remove, the test should pass now. From-SVN: r54183
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog7
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/loop-3c.x13
2 files changed, 6 insertions, 14 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 8da0dbe..b1eb8df 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
index a98f549..0000000
--- a/gcc/testsuite/gcc.c-torture/execute/loop-3c.x
+++ /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