From: Zack Weinberg Date: Thu, 24 Feb 2000 04:35:59 +0000 (+0000) Subject: This has worked for the past three months X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e23f9e3a86a13e054eb27548cb48c35ae0667b5;p=gcc.git This has worked for the past three months From-SVN: r32129 --- 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