diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2003-01-05 13:51:42 +0100 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2003-01-05 12:51:42 +0000 |
commit | 30e3682e965c25ed8440c3faf326021d6960ba80 (patch) | |
tree | fc21f031da7f5b80c2df8552f9da6cc347390c83 /gcc | |
parent | 1ba8a9c4ecbfcc849090d1bf08ba244407161789 (diff) | |
download | gcc-30e3682e965c25ed8440c3faf326021d6960ba80.zip gcc-30e3682e965c25ed8440c3faf326021d6960ba80.tar.gz gcc-30e3682e965c25ed8440c3faf326021d6960ba80.tar.bz2 |
re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning: unknown register name line-length-none)
2003-01-05 Toon Moene <toon@moene.indiv.nluug.nl>
* news.texi: Update news to reflect reality:
PR Fortran/9038 won't be fixed until 3.4.
From-SVN: r60912
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/news.texi | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index fd4aef2..a2ea3fc 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +2003-01-05 Toon Moene <toon@moene.indiv.nluug.nl> + + * news.texi: Update news to reflect reality: + PR Fortran/9038 won't be fixed until 3.4. + 2003-01-04 Toon Moene <toon@moene.indiv.nluug.nl> PR Fortran/9038 diff --git a/gcc/f/news.texi b/gcc/f/news.texi index faee29f..0c9e354 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -11,7 +11,7 @@ @c in the standalone derivations of this file (e.g. NEWS). @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003 -@set last-update-news 2003-01-04 +@set last-update-news 2003-01-05 @ifset DOC-NEWS @include root.texi @@ -156,7 +156,12 @@ 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 -Nothing yet. +Problem Reports fixed (in chronological order of submission): +@table @code +@item 9038 +-ffixed-line-length-none -x f77-cpp-input gives: Warning: unknown +register name line-length-none +@end table @end itemize @heading In @code{GCC} 3.3 versus @code{GCC} 3.2: @@ -189,9 +194,6 @@ gave wrong results) Incorrect output with 0-based array of characters @item 8587 Double complex zero ** double precision number -> NaN instead of zero -@item 9038 --ffixed-line-length-none -x f77-cpp-input gives: Warning: unknown -register name line-length-none @end table @item Richard Henderson (@email{rth@@redhat.com}) analyzed and improved the handling |