diff --git a/gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x b/gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x index de72f0385c7..4e65f3abda8 100644 --- a/gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x +++ b/gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x @@ -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