Restore NAMELIST bug-fix info for 2.95, per branch copy
authorCraig Burley <burley@gcc.gnu.org>
Thu, 8 Jul 1999 12:47:57 +0000 (08:47 -0400)
committerCraig Burley <burley@gcc.gnu.org>
Thu, 8 Jul 1999 12:47:57 +0000 (08:47 -0400)
From-SVN: r28016

gcc/f/news.texi

index 9ff221efb6c83ccbb6852c76f85f5ac35fb5688e..6f5953795df2d8952364d66c598554a143201a17 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-28
+@set last-update-news 1999-06-29
 
 @include root.texi
 
@@ -213,6 +213,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.