loop-2e.x: Let the testcase XFAIL for all x86 processors.

* gcc.c-torture/execute/loop-2e.x: Let the testcase
 XFAIL for all x86 processors.

From-SVN: r55538
This commit is contained in:
Eric Botcazou 2002-07-17 17:55:23 +00:00 committed by Richard Henderson
parent ce0ead2521
commit 9088828378
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
* gcc.c-torture/execute/loop-2e.x: Let the testcase
XFAIL for all x86 processors.
2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
* gcc.c-torture/execute/20010122-1.x: Do not test with

View File

@ -6,12 +6,12 @@ if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
set torture_compile_xfail "$target_triplet"
}
if { [istarget "i686-*"] } {
if { [istarget "i?86-*"] } {
set torture_eval_before_execute {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"Loop optimiser bug" \
"i686-*" \
"i?86-*" \
{ "-Os" } \
{ "" }
}