diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2003-01-05 19:18:06 +0100 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2003-01-05 18:18:06 +0000 |
commit | de7cbdce2f2ccd8fb8927110f4ad09d06fb2272a (patch) | |
tree | b0a82d71f6104376a4a37fe2dd2b32f383cfa44a /gcc | |
parent | cd9b5ca8cf45fc0a3ae18b06dc8290e0ab500b46 (diff) | |
download | gcc-de7cbdce2f2ccd8fb8927110f4ad09d06fb2272a.zip gcc-de7cbdce2f2ccd8fb8927110f4ad09d06fb2272a.tar.gz gcc-de7cbdce2f2ccd8fb8927110f4ad09d06fb2272a.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: Revise history again:
PR Fortran/9038 will be fixed in 3.4.
From-SVN: r60917
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/news.texi | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index a2ea3fc..edcb7d9 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,5 +1,10 @@ 2003-01-05 Toon Moene <toon@moene.indiv.nluug.nl> + * news.texi: Revise history again: + PR Fortran/9038 will be fixed in 3.4. + +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. diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 0c9e354..fc259d3 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -156,12 +156,7 @@ 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 9038 --ffixed-line-length-none -x f77-cpp-input gives: Warning: unknown -register name line-length-none -@end table +Nothing yet. @end itemize @heading In @code{GCC} 3.3 versus @code{GCC} 3.2: @@ -194,6 +189,9 @@ 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 |