From: Andreas Jaeger Date: Sun, 19 May 2002 20:59:48 +0000 (+0200) Subject: loop-2c.x: Remove, the test should pass now. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3227f2c44019c858c2eb6430a0fd3237f245d02;p=gcc.git loop-2c.x: Remove, the test should pass now. * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass now. * gcc.c-torture/execute/loop-2d.x: Likewise. From-SVN: r53640 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1a1eb1aa031..ec28d6f2338 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-05-19 Andreas Jaeger + + * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass + now. + * gcc.c-torture/execute/loop-2d.x: Likewise. + 2002-05-19 David Billinghurst * gcc.dg/weak-2.c: xfail warnings for platforms that don't @@ -97,7 +103,7 @@ 2002-05-05 Tim Josling * treelang: Added directory for new sample language treelang. Also - lib/treelang.exp: New file to signal treelang should be tested. + lib/treelang.exp: New file to signal treelang should be tested. 2002-05-03 Jakub Jelinek @@ -176,7 +182,7 @@ PR c++/6497 * g++.dg/inherit/access2.C: New test. - + 2002-04-26 Mark Mitchell PR bootstrap/6445 diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2c.x b/gcc/testsuite/gcc.c-torture/execute/loop-2c.x deleted file mode 100644 index a98f54941c5..00000000000 --- a/gcc/testsuite/gcc.c-torture/execute/loop-2c.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 diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2d.x b/gcc/testsuite/gcc.c-torture/execute/loop-2d.x deleted file mode 100644 index a98f54941c5..00000000000 --- a/gcc/testsuite/gcc.c-torture/execute/loop-2d.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