Commit edddcea2 by Jeff Law

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
parent 9c70b6df
...@@ -34,6 +34,10 @@ if [target_info exists ieee_multilib_flags] { ...@@ -34,6 +34,10 @@ if [target_info exists ieee_multilib_flags] {
set additional_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 support procs
load_lib c-torture.exp load_lib c-torture.exp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment