summaryrefslogtreecommitdiff
path: root/gcc/f/news.texi
diff options
context:
space:
mode:
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-28 18:38:42 +0000
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-28 18:38:42 +0000
commit1cc311178dbb434c59f8776742dc5bc06bc0239f (patch)
treed91aaae67a9f365a8ea0f49093bf4bb44f90ce2c /gcc/f/news.texi
parent0ede5840af45daf6c29281f726a69cda4ce96a00 (diff)
downloadgcc-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/news.texi')
-rw-r--r--gcc/f/news.texi12
1 files changed, 10 insertions, 2 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 196e3aaf633..9ff221efb6c 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -9,7 +9,7 @@
@c in the standalone derivations of this file (e.g. NEWS).
@set copyrights-news 1995-1999
-@set last-update-news 1999-06-18
+@set last-update-news 1999-06-28
@include root.texi
@@ -161,7 +161,15 @@ if the system has no @code{ttyname} implementation available.
@ifclear USERVISONLY
@item
-Upgrade to @code{libf2c} as of 1999-06-18.
+Upgrade to @code{libf2c} as of 1999-06-28.
+
+This fixes a bug whereby
+input to a @code{NAMELIST} read involving a repeat count,
+such as @samp{K(5)=10*3},
+was not properly handled by @code{libf2c}.
+The first item was written to @samp{K(5)},
+but the remaining nine were written elsewhere (still within the array),
+not necessarily starting at @samp{K(6)}.
@end ifclear
@end itemize