Commit 6fd74494 by Craig Burley Committed by Jeff Law

invoke.texi (-ffloat-store): Clarify that this option does not affect…

invoke.texi (-ffloat-store): Clarify that this option does not affect intermediate results -- only variables.

        * invoke.texi (-ffloat-store): Clarify that this option
        does not affect intermediate results -- only variables.

From-SVN: r22614
parent fcce5756
Mon Sep 28 04:15:44 1998 Craig Burley <burley@melange.gnu.org>
* invoke.texi (-ffloat-store): Clarify that this option
does not affect intermediate results -- only variables.
Mon Sep 28 04:11:35 1998 Jeffrey A Law (law@cygnus.com) Mon Sep 28 04:11:35 1998 Jeffrey A Law (law@cygnus.com)
* cpp.texi: Update for Fortran usage from Craig. * cpp.texi: Update for Fortran usage from Craig.
......
...@@ -2159,7 +2159,8 @@ the 68000 where the floating registers (of the 68881) keep more ...@@ -2159,7 +2159,8 @@ the 68000 where the floating registers (of the 68881) keep more
precision than a @code{double} is supposed to have. Similarly for the precision than a @code{double} is supposed to have. Similarly for the
x86 architecture. For most programs, the excess precision does only x86 architecture. For most programs, the excess precision does only
good, but a few programs rely on the precise definition of IEEE floating good, but a few programs rely on the precise definition of IEEE floating
point. Use @samp{-ffloat-store} for such programs. point. Use @samp{-ffloat-store} for such programs, after modifying
them to store all pertinent intermediate computations into variables.
@item -fno-default-inline @item -fno-default-inline
Do not make member functions inline by default merely because they are Do not make member functions inline by default merely because they are
......
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