aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-04-24 09:29:46 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-04-24 05:29:46 -0400
commitf658f69524ed11eab16acbe46760a611244d843f (patch)
tree39738943264783c665c212309593b0b2882111dc /gcc
parent81c5baa0b36f7ded676caef89aec55edc0774d14 (diff)
downloadgcc-f658f69524ed11eab16acbe46760a611244d843f.zip
gcc-f658f69524ed11eab16acbe46760a611244d843f.tar.gz
gcc-f658f69524ed11eab16acbe46760a611244d843f.tar.bz2
forgot to update news.texi
From-SVN: r26614
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/ChangeLog1
-rw-r--r--gcc/f/news.texi5
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 689ce38..639cfab 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -4,6 +4,7 @@ Sat Apr 24 12:19:53 1999 Craig Burley <craig@jcb-sc.com>
start/end/incr expressions to default INTEGER.
Fix some broken conditionals.
Clean up some code in the region.
+ * news.c: Document the fix.
* version.c: Bump version.
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 3c43cad..c1de23c 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-04-23
+@set last-update-news 1999-04-24
@include root.texi
@@ -179,6 +179,9 @@ Instead, it issues a diagnostic.
Fix @code{g77} so it properly handles @samp{DATA A/@var{rpt}*@var{val}/},
where @var{rpt} is not default @code{INTEGER}, such as @code{INTEGER*2},
instead of producing a spurious diagnostic.
+Also fix @samp{DATA (A(I),I=1,N)},
+where @samp{N} is not default @code{INTEGER}
+to work instead of crashing @code{g77}.
@end ifclear
@ifclear USERVISONLY