Commit bed2ebd0 by Geoffrey Keating Committed by Geoffrey Keating

loop-2e.x: This is a manifestation of a long-standing bug on i686, apparently.

	* gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
	long-standing bug on i686, apparently.
	* gcc.c-torture/execute/loop-2c.x: New file.
	* gcc.c-torture/execute/loop-2d.x: New file.
	* gcc.c-torture/execute/loop-3c.x: New file.

From-SVN: r45845
parent e9546ca4
2001-09-27 Geoffrey Keating <geoffk@redhat.com>
* gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
long-standing bug on i686, apparently.
* gcc.c-torture/execute/loop-2c.x: New file.
* gcc.c-torture/execute/loop-2d.x: New file.
* gcc.c-torture/execute/loop-3c.x: New file.
2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk> 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/20000625-2.c: Correct line number. * gcc.dg/cpp/20000625-2.c: Correct line number.
......
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
...@@ -6,4 +6,16 @@ if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } { ...@@ -6,4 +6,16 @@ if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
set torture_compile_xfail "$target_triplet" set torture_compile_xfail "$target_triplet"
} }
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 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