fix news-doc item
authorCraig Burley <craig@jcb-sc.com>
Tue, 2 Mar 1999 20:38:14 +0000 (20:38 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Tue, 2 Mar 1999 20:38:14 +0000 (15:38 -0500)
From-SVN: r25543

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

index a58657142b5cbd8b9b0ef31976a3ee64fc5ecc8e..d4b9465cddd1907206e50fd0d1ca522330912604 100644 (file)
@@ -3,6 +3,10 @@
        * g77.texi (Bug Reporting): Clarify whether to use -E.
        Clarify other instructions.
 
+1999-02-26  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: Clarify IOSTAT= fix.
+
 1999-02-25  Richard Henderson  <rth@cygnus.com>
 
        * lang-specs.h: Define __FAST_MATH__ when appropriate.
index aba8e7a94c0f762aac9aa531fc820bd5a227b1fb..768646d128cb4a7cf4ec38d001eef6c6c46de2e8 100644 (file)
@@ -9,7 +9,7 @@
 @c The text of this file appears in the file BUGS
 @c in the G77 distribution, as well as in the G77 manual.
 
-@c 1999-02-18
+@c 1999-02-26
 
 @ifclear NEWSONLY
 @node News
@@ -66,7 +66,8 @@ somewhat more difficult.
 @itemize @bullet
 @item
 Fix @code{g77} so it no longer crashes when compiling
-I/O statements with @samp{IOSTAT=@var{j}},
+I/O statements using keywords that define @code{INTEGER} values,
+such as @samp{IOSTAT=@var{j}},
 where @var{j} is other than default @code{INTEGER}
 (such as @code{INTEGER*2}).
 Instead, it issues a diagnostic.