]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
document Toon's patch, fix grammo
authorCraig Burley <craig@jcb-sc.com>
Wed, 26 May 1999 12:52:30 +0000 (12:52 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Wed, 26 May 1999 12:52:30 +0000 (08:52 -0400)
From-SVN: r27176

gcc/f/ChangeLog
gcc/f/news.texi

index b87e978b27cee8fd5a0e1d7a219d01417f6be241..4bcbc005fa397369ec9c2004130c013c76d184f6 100644 (file)
@@ -1,3 +1,8 @@
+Wed May 26 14:43:27 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: Document Tue May 18 03:52:04 1999 patch.
+       Fix a grammo.
+
 Wed May 26 14:25:07 1999  Craig Burley  <craig@jcb-sc.com>
 
        * g77.texi, news.texi, root.texi, version.c: Start renaming
index 30068ca505e1b059fbe2067112c8124d0250aaac..7d8a19a930844874285cd1ace5ddf21e41c8b043 100644 (file)
@@ -239,7 +239,7 @@ of @code{libU77} intrinsics.
 @item
 @code{g77} now warns about a reference to an intrinsic
 that has an interface that is not Year 2000 (Y2K) compliant.
-Also, the @code{libg2c} has been changed to increase the likelihood
+Also, @code{libg2c} has been changed to increase the likelihood
 of catching references to the implementations of these intrinsics
 using the @code{EXTERNAL} mechanism
 (which would avoid the new warnings).
@@ -276,6 +276,14 @@ that are not in @code{EQUIVALENCE} areas
 and not @code{SAVE}'d.
 @end ifclear
 
+@ifclear USERVISONLY
+@item
+@code{g77} now open-codes (``inlines'') division of @code{COMPLEX} operands
+instead of generating a run-time call to
+the @code{libf2c} routines @code{c_div} or @code{z_div},
+unless the @samp{-Os} option is specified.
+@end ifclear
+
 @item
 @code{g77} no longer generates code to maintain @code{errno},
 a C-language concept,