aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/news.texi
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-05-26 12:52:30 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-05-26 08:52:30 -0400
commit677c2af0df6faca72c2656f42e955efbf95221ab (patch)
tree09eec4897c01a40be4b0edae5f54d33b1f705f80 /gcc/f/news.texi
parent794228803c6cf30778ba2f5c53e9a6ff16b3596f (diff)
downloadgcc-677c2af0df6faca72c2656f42e955efbf95221ab.zip
gcc-677c2af0df6faca72c2656f42e955efbf95221ab.tar.gz
gcc-677c2af0df6faca72c2656f42e955efbf95221ab.tar.bz2
document Toon's patch, fix grammo
From-SVN: r27176
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r--gcc/f/news.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 30068ca..7d8a19a 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -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,