ieee.exp: Pass -ffloat-store to compiler for ieee tests.
authorJeff Law <law@gcc.gnu.org>
Wed, 12 Aug 1998 23:14:54 +0000 (17:14 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 12 Aug 1998 23:14:54 +0000 (17:14 -0600)
8
        * execute/ieee/ieee.exp: Pass -ffloat-store to compiler for
        ieee tests.

From-SVN: r21691

gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp

index 55f7f27625b78ea14577cbfd22259e52b2512a05..903d5cef1474d8b0df00e7cde40f7e7f1c4f8d10 100644 (file)
@@ -34,6 +34,10 @@ if [target_info exists ieee_multilib_flags] {
     set additional_flags "";
 }
 
+# We must use -ffloat-store to ensure that excess precision on some machines
+# does not cause problems
+lappend additional_flags "-ffloat-store"
+
 # load support procs
 load_lib c-torture.exp