From: Andreas Jaeger Date: Wed, 22 May 2002 11:49:47 +0000 (+0200) Subject: loop-2c.x: Remove, the test should pass now. X-Git-Tag: releases/gcc-3.1.1~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b6f82ea41fca634e00b36f05db9f1f6f229b35;p=thirdparty%2Fgcc.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: r53733 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 887c6106b245..52c4b08c3bf3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-05-22 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 @@ -86,7 +92,7 @@ PR c++/6497 * g++.dg/inherit/access2.C: New test. - + 2002-04-26 Mark Mitchell PR bootstrap/6445 @@ -260,7 +266,7 @@ * g++.dg/opt/const1.C: New test. 2002-04-10 Lars Brinkhoff - + * gcc.c-torture/execute/20020406-1.c: Declare malloc. 2002-04-10 Nathan Sidwell @@ -368,7 +374,7 @@ 2002-03-27 Mark Mitchell * g++.dg/init/new2.C: New test. - + 2002-03-27 Richard Henderson * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker. @@ -466,7 +472,7 @@ 2002-03-21 Rainer Orth - * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names. + * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names. (A, E): Handle this. 2002-03-20 Jason Merrill 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 a98f54941c55..000000000000 --- 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 a98f54941c55..000000000000 --- 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