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
This commit is contained in:
Andreas Jaeger 2002-05-19 22:59:48 +02:00
parent 121f5c2c13
commit e3227f2c44
3 changed files with 8 additions and 28 deletions

View File

@ -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

View File

@ -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

View File

@ -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