projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c70b6d
)
ieee.exp: Pass -ffloat-store to compiler for ieee tests.
author
Jeff Law
<law@gcc.gnu.org>
Wed, 12 Aug 1998 23:14:54 +0000
(17:14 -0600)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
b/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
index 55f7f27625b78ea14577cbfd22259e52b2512a05..903d5cef1474d8b0df00e7cde40f7e7f1c4f8d10 100644
(file)
--- 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