diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 10 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/loop-2c.x | 13 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/loop-2d.x | 13 |
3 files changed, 8 insertions, 28 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1a1eb1a..ec28d6f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-05-19 Andreas Jaeger <aj@suse.de> + + * 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 <David.Billinghurst@riotinto.com> * gcc.dg/weak-2.c: xfail warnings for platforms that don't @@ -97,7 +103,7 @@ 2002-05-05 Tim Josling <tej@melbpc.org.au> * 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 <jakub@redhat.com> @@ -176,7 +182,7 @@ PR c++/6497 * g++.dg/inherit/access2.C: New test. - + 2002-04-26 Mark Mitchell <mark@codesourcery.com> 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 a98f549..0000000 --- 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 a98f549..0000000 --- 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 |
