summaryrefslogtreecommitdiff
path: root/gcc/f/news.texi
diff options
context:
space:
mode:
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-08 12:47:57 +0000
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-08 12:47:57 +0000
commit8de580954ee9089b2a297cd3adc082b1e64a3a12 (patch)
tree21b5242ec67f38cf84b5a3b3e3fdad469cae9496 /gcc/f/news.texi
parent584b27e173ff6cc081083feb7966bdcf380d43e9 (diff)
downloadgcc-8de580954ee9089b2a297cd3adc082b1e64a3a12.tar.gz
Restore NAMELIST bug-fix info for 2.95, per branch copy
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r--gcc/f/news.texi13
1 files changed, 12 insertions, 1 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 9ff221efb6c..6f5953795df 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-28
+@set last-update-news 1999-06-29
@include root.texi
@@ -215,6 +215,17 @@ during a @code{BACKSPACE} operation.
@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.
Automatic arrays now seem to be working on HP-UX systems.
@end ifclear