aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-03-02 20:38:14 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-03-02 15:38:14 -0500
commit5460eb076d2983abd7bae5dd126d1ab1d4e9176c (patch)
treeafc584b86b737ffdecd7a33c89d8710ec63729dc
parent3c187af12c8cfe8a3a2e584a3ec43a74ae50654b (diff)
downloadgcc-5460eb076d2983abd7bae5dd126d1ab1d4e9176c.zip
gcc-5460eb076d2983abd7bae5dd126d1ab1d4e9176c.tar.gz
gcc-5460eb076d2983abd7bae5dd126d1ab1d4e9176c.tar.bz2
fix news-doc item
From-SVN: r25543
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/news.texi5
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index a586571..d4b9465 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -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.
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index aba8e7a..768646d 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -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.