This has worked for the past three months
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Feb 2000 04:35:59 +0000 (04:35 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Feb 2000 04:35:59 +0000 (04:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32129 138bc75d-0d04-0410-961f-82ee72b054a4

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

index de72f03..4e65f3a 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