diff options
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r-- | gcc/f/news.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 7d8a19a9308..ea0a1312f03 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -9,7 +9,7 @@ @c in the standalone derivations of this file (e.g. NEWS). @set copyrights-news 1995-1999 -@set last-update-news 1999-05-26 +@set last-update-news 1999-06-04 @include root.texi @@ -151,7 +151,7 @@ is available at The following information was last updated on @value{last-update-news}: -@heading In 0.5.25 (@code{EGCS} 1.2) versus @code{EGCS} 1.1.2: +@heading In 0.5.25, @code{GCC} 2.95 (@code{EGCS} 1.2) versus @code{EGCS} 1.1.2: @itemize @bullet @ifclear USERVISONLY @item @@ -222,6 +222,12 @@ causes @code{g77} to compile run-time bounds checks of array subscripts, as well as of substring start and end points. @item +@code{libg2c} now supports building as multilibbed library, +which provides better support for systems +that require options such as @samp{-mieee} +to work properly. + +@item Source file names with the suffixes @samp{.FOR} and @samp{.FPP} now are recognized by @code{g77} as if they ended in @samp{.for} and @samp{.fpp}, respectively. |