From 4e23f9e3a86a13e054eb27548cb48c35ae0667b5 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 24 Feb 2000 04:35:59 +0000 Subject: [PATCH] This has worked for the past three months From-SVN: r32129 --- .../gcc.c-torture/execute/ieee/980619-1.x | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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 -- 2.30.2