This has worked for the past three months
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 24 Feb 2000 04:35:59 +0000 (04:35 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 24 Feb 2000 04:35:59 +0000 (04:35 +0000)
From-SVN: r32129

gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x

index de72f0385c7b0b7b6e49351b3d7e39c8216a9af3..4e65f3abda82e946d1fdf63a99381fa856312c13 100644 (file)
@@ -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