invoke.texi (-ffloat-store): Clarify that this option does not affect intermediate...
authorCraig Burley <burley@melange.gnu.org>
Mon, 28 Sep 1998 03:17:17 +0000 (03:17 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 28 Sep 1998 03:17:17 +0000 (21:17 -0600)
        * invoke.texi (-ffloat-store): Clarify that this option
        does not affect intermediate results -- only variables.

From-SVN: r22614

gcc/ChangeLog
gcc/invoke.texi

index 6a94c26d1299097a7a6b7eece2180a5977c9eaee..ef0e468f6662108cb7b61082c95f3a318dbe5c4c 100644 (file)
@@ -1,3 +1,8 @@
+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)
 
        * cpp.texi: Update for Fortran usage from Craig.
index b7238cc50fa8c031d71984bf7259487de99432f2..e60cfd16414150065ef5c23abfb7f54ed439a43e 100644 (file)
@@ -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
 x86 architecture.  For most programs, the excess precision does only
 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
 Do not make member functions inline by default merely because they are