forgot to update news.texi
authorCraig Burley <craig@jcb-sc.com>
Sat, 24 Apr 1999 09:29:46 +0000 (09:29 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Sat, 24 Apr 1999 09:29:46 +0000 (05:29 -0400)
From-SVN: r26614

gcc/f/ChangeLog
gcc/f/news.texi

index 689ce387add69e7157557d75d3cd5979d9c24a7e..639cfab23b88be188b385cf36195184acf570c50 100644 (file)
@@ -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.
 
index 3c43cad5468db712960cab8fcaa9d6778a799af3..c1de23c11df48fddf026b770a6b068b1154b1aa1 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-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