]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Describe K(5)=10*3 NAMELIST-read bug
authorCraig Burley <craig@jcb-sc.com>
Fri, 25 Jun 1999 23:58:59 +0000 (23:58 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Fri, 25 Jun 1999 23:58:59 +0000 (19:58 -0400)
From-SVN: r27774

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

index bed70dc0ec49eaa14c10d492d2d304602ec20b49..89624a4216a56a235a879addba8ac0eeedcae8ce 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jun 25 11:06:32 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
+
 Mon Jun 21 12:40:17 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
  
        * g77.texi: Update links.
index 643a221c98c09dd282511438cc77bb179419f477..a08a0a17155aa6318343864c4aff12e03ff2a390 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-05-06
+@set last-update-bugs 1999-06-25
 
 @include root.texi
 
@@ -97,6 +97,17 @@ 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