]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc NAMELIST fix
authorCraig Burley <craig@jcb-sc.com>
Tue, 29 Jun 1999 07:15:55 +0000 (07:15 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Tue, 29 Jun 1999 07:15:55 +0000 (03:15 -0400)
From-SVN: r27838

gcc/f/ChangeLog
gcc/f/bugs.texi
gcc/f/news.texi

index 2fbcf24d2936fbeebc65b67a5bacf7922cd5f68f..287d662ad7408022847334e8a74127cf843b8ef4 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jun 29 10:10:25 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * bugs.texi: Undo Friday's change, as there's now a fix
+       available from netlib.
+       * news.texi: Document the fix.
+
 Mon Jun 28 10:43:11 1999  Craig Burley  <craig@jcb-sc.com>
 
        * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
index a08a0a17155aa6318343864c4aff12e03ff2a390..77665daa6ea0ed96b0fa898b3470cd53b46113db 100644 (file)
@@ -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-29
 
 @include root.texi
 
@@ -97,17 +97,6 @@ see "Problems Installing" in @file{@value{path-g77}/INSTALL}.
 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
index 9f20e65bf43be094786010f4f918cb6e2cc433f7..d78e1b4d9e51171547d508c14085871e5aafaa66 100644 (file)
@@ -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-16
+@set last-update-news 1999-06-29
 
 @include root.texi
 
@@ -191,6 +191,17 @@ of the file being worked on
 during a @code{BACKSPACE} operation.
 @end ifclear
 
+@ifclear USERVISONLY
+@item
+@code{libg2c} (@code{libf2c}) 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
+
 @ifclear USERVISONLY
 @item
 @c Tim Prince reported this, regarding the TEST_FPU benchmark.