diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-24 09:29:46 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-24 09:29:46 +0000 |
commit | 30ed19b3b003f3d559523a365044f2235b3f1242 (patch) | |
tree | 39738943264783c665c212309593b0b2882111dc /gcc/f/news.texi | |
parent | e02a03747c0170e2b2f8c0df173d46554041d392 (diff) | |
download | gcc-30ed19b3b003f3d559523a365044f2235b3f1242.tar.gz |
forgot to update news.texi
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r-- | gcc/f/news.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 3c43cad5468..c1de23c11df 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 |