From: Andreas Jaeger Date: Sun, 2 Jun 2002 19:54:02 +0000 (+0200) Subject: loop-3c.x: Remove, the test should pass now. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e33a8855bce17270fc51a6b0aba80f21ffc20f8c;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8da0dbefded..b1eb8df2139 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-06-02 Andreas Jaeger + + * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass + now. + 2002-06-02 Neil Booth * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c, @@ -19,7 +24,7 @@ 2002-05-29 Neil Booth - * 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 a98f54941c5..00000000000 --- 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