diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-21 16:19:01 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-21 16:19:01 +0000 |
commit | cec6382502c0caf55bf81171f6b8c9507e6eca70 (patch) | |
tree | 500c1e18e74ffda72a7ea91511c7cfc367321a9d /gcc/f | |
parent | c13415b17b206df78e520439cda59439e9e44dae (diff) | |
download | gcc-cec6382502c0caf55bf81171f6b8c9507e6eca70.tar.gz |
2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl>
* news.texi: Update with fixed PR's.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71629 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f')
-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 e6f71016fae..e98507002f3 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 d77626bbc2d..28a3fac6516 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 |