diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-28 18:38:42 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-28 18:38:42 +0000 |
commit | 1cc311178dbb434c59f8776742dc5bc06bc0239f (patch) | |
tree | d91aaae67a9f365a8ea0f49093bf4bb44f90ce2c /gcc/f/bugs.texi | |
parent | 0ede5840af45daf6c29281f726a69cda4ce96a00 (diff) | |
download | gcc-1cc311178dbb434c59f8776742dc5bc06bc0239f.tar.gz |
Update to Netlib version of 1999-06-28, doc fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27816 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/bugs.texi')
-rw-r--r-- | gcc/f/bugs.texi | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi index a08a0a17155..52954bfc5ac 100644 --- a/gcc/f/bugs.texi +++ b/gcc/f/bugs.texi @@ -9,7 +9,7 @@ @c in the standalone derivations of this file (e.g. BUGS). @set copyrights-bugs 1995-1999 -@set last-update-bugs 1999-06-25 +@set last-update-bugs 1999-06-28 @include root.texi @@ -98,17 +98,6 @@ The following information was last updated on @value{last-update-bugs}: @itemize @bullet @item -Input to a @code{NAMELIST} read involving a repeat count, -such as @samp{K(5)=10*3}, -is not properly handled by @code{libf2c}. -The first item is written to @samp{K(5)}, -but the remaining nine are written elsewhere (still within the array), -not necessarily starting at @samp{K(6)}. - -A fix is pending, certainly for @code{gcc} 3.0, -perhaps for 2.96 if such a release is made. - -@item @code{g77} fails to warn about use of a ``live'' iterative-DO variable as an implied-DO variable |