diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2003-09-21 18:19:01 +0200 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2003-09-21 16:19:01 +0000 |
commit | df351d76cb65c452b543f69d929092e183dced22 (patch) | |
tree | 500c1e18e74ffda72a7ea91511c7cfc367321a9d /gcc | |
parent | e94915267b3602b8a6be03ef27709b67343a8ac6 (diff) | |
download | gcc-df351d76cb65c452b543f69d929092e183dced22.zip gcc-df351d76cb65c452b543f69d929092e183dced22.tar.gz gcc-df351d76cb65c452b543f69d929092e183dced22.tar.bz2 |
news.texi: Update with fixed PR's.
2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl>
* news.texi: Update with fixed PR's.
From-SVN: r71629
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/news.texi | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index e6f7101..e985070 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl> + + * news.texi: Update with fixed PR's. + 2003-09-21 George Helffrich <bugzilla@w170.uklinux.net> * g77.texi: Remove ancient part about debugging COMMON diff --git a/gcc/f/news.texi b/gcc/f/news.texi index d77626b..28a3fac 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-05-18 +@set last-update-news 2003-09-21 @ifset DOC-NEWS @include root.texi @@ -160,6 +160,10 @@ 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 |