From: Jeff Law Date: Wed, 12 Aug 1998 23:14:54 +0000 (-0600) Subject: ieee.exp: Pass -ffloat-store to compiler for ieee tests. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=edddcea209c6f0ed1647f454b9e85a73d4acae87;p=gcc.git ieee.exp: Pass -ffloat-store to compiler for ieee tests. 8 * execute/ieee/ieee.exp: Pass -ffloat-store to compiler for ieee tests. From-SVN: r21691 --- diff --git a/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp b/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp index 55f7f27625b..903d5cef147 100644 --- a/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp +++ b/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp @@ -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