This has worked for the past three months
From-SVN: r32129
This commit is contained in:
parent
23dfa477ce
commit
4e23f9e3a8
1 changed files with 12 additions and 8 deletions
|
@ -1,11 +1,15 @@
|
|||
set torture_eval_before_execute {
|
||||
# This used to fail on ia32, with or without -ffloat-store.
|
||||
# It works now, but some people think that's a fluke, so I'm
|
||||
# keeping this around just in case.
|
||||
|
||||
set compiler_conditional_xfail_data {
|
||||
"ia32 fp rounding isn't pedantic" \
|
||||
"i?86-*-*" \
|
||||
{ "-O3" "-O2" "-O1" "-Os"} \
|
||||
{ "" }
|
||||
}
|
||||
}
|
||||
#set torture_eval_before_execute {
|
||||
#
|
||||
# set compiler_conditional_xfail_data {
|
||||
# "ia32 fp rounding isn't pedantic" \
|
||||
# "i?86-*-*" \
|
||||
# { "-O3" "-O2" "-O1" "-Os"} \
|
||||
# { "" }
|
||||
# }
|
||||
#}
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Add table
Reference in a new issue