diff options
Diffstat (limited to 'contrib/gcc/f/news.texi')
-rw-r--r-- | contrib/gcc/f/news.texi | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/contrib/gcc/f/news.texi b/contrib/gcc/f/news.texi index fe6fa80..9b34df0 100644 --- a/contrib/gcc/f/news.texi +++ b/contrib/gcc/f/news.texi @@ -1,4 +1,5 @@ -@c Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +@c Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +@c 2003, 2004 @c Free Software Foundation, Inc. @c This is part of the G77 manual. @c For copying conditions, see the file g77.texi. @@ -8,9 +9,9 @@ @c Keep this the same as the dates above, since it's used @c in the standalone derivations of this file (e.g. NEWS). -@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003 +@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 -@set last-update-news 2003-05-18 +@set last-update-news 2004-06-17 @ifset DOC-NEWS @include root.texi @@ -60,6 +61,9 @@ such changes to @command{g77}. @end ifset @ifclear USERVISONLY + +@emph{@code{GCC} 3.4.x is the last edition of @code{GCC} to contain @command{g77} - from @code{GCC} 3.5 onwards, use @command{gfortran}} + Changes made to recent versions of GNU Fortran are listed below, with the most recent version first. @@ -142,16 +146,26 @@ That's due to attempts to keep this development version of news about previous @command{g77} versions up-to-date. @end ifset -@ifclear USERVISONLY -An online, ``live'' version of this document -(derived directly from the mainline, development version -of @command{g77} within @command{gcc}) -is available at -@uref{http://gcc.gnu.org/onlinedocs/g77/News.html}. -@end ifclear - The following information was last updated on @value{last-update-news}: +@heading In @code{GCC} 3.4 versus @code{GCC} 3.3: +@itemize @bullet +@item +Problem Reports fixed (in chronological order of submission): +@table @code +@item 8485 +g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication. +@item 11918 +(libf2c) isatty does not call f_init. +@item 12317 +Incorrect documentation for Fortran debugging features. +@end table +@item +Roger Sayle (@email{roger@@eyesopen.com}) fixed the remaining +problems with regard to the support of INTEGER*8, INTEGER*2 and INTEGER*1 +as a fallout of fixing PR 8485. +@end itemize + @heading In @code{GCC} 3.3 versus @code{GCC} 3.2: @itemize @bullet @item |