diff options
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r-- | gcc/f/news.texi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 6319f5c..f35615e 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -9,7 +9,7 @@ @c The text of this file appears in the file BUGS @c in the G77 distribution, as well as in the G77 manual. -@c 1999-03-02 +@c 1999-03-03 @ifclear NEWSONLY @node News @@ -829,6 +829,18 @@ Fix @code{DTime} intrinsic so as not to truncate results to integer values (on some systems). @item +@c Toon Moene discovered these. +Some Fortran code, miscompiled +by @code{g77} built on @code{gcc} version 2.8.1 +on m68k-next-nextstep3 configurations +when using the @samp{-O2} option, +is now compiled correctly. +It is believed that a C function known to miscompile +on that configuration +when using the @samp{-O2 -funroll-loops} options +also is now compiled correctly. + +@item Remove support for non-@code{egcs} versions of @code{gcc}. @cindex -@w{}-driver option |