Commit e3227f2c by Andreas Jaeger

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
parent 121f5c2c
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> 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
* gcc.dg/weak-2.c: xfail warnings for platforms that don't * gcc.dg/weak-2.c: xfail warnings for platforms that don't
......
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
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment