aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-06-28 18:38:42 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-06-28 14:38:42 -0400
commit245d977a8ab20546f605f8051119740adfc9637f (patch)
treed91aaae67a9f365a8ea0f49093bf4bb44f90ce2c /gcc
parent4198d7341992b86f1e4416a3c0a5389c9b28e414 (diff)
downloadgcc-245d977a8ab20546f605f8051119740adfc9637f.zip
gcc-245d977a8ab20546f605f8051119740adfc9637f.tar.gz
gcc-245d977a8ab20546f605f8051119740adfc9637f.tar.bz2
Update to Netlib version of 1999-06-28, doc fix
From-SVN: r27816
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/ChangeLog5
-rw-r--r--gcc/f/bugs.texi13
-rw-r--r--gcc/f/news.texi12
3 files changed, 16 insertions, 14 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 5090b60..f94aa6f 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 28 21:31:35 1999 Craig Burley <craig@jcb-sc.com>
+
+ * bugs.texi, news.texi: Doc upgrade to netlib libf2c as of today.
+ Explain that this fixes the NAMELIST-read bug.
+
Fri Jun 25 11:06:32 1999 Craig Burley <craig@jcb-sc.com>
* bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi
index a08a0a1..52954bf 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
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 196e3aa..9ff221e 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