Commit 5460eb07 by Craig Burley Committed by Craig Burley

fix news-doc item

From-SVN: r25543
parent 3c187af1
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
* g77.texi (Bug Reporting): Clarify whether to use -E. * g77.texi (Bug Reporting): Clarify whether to use -E.
Clarify other instructions. 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> 1999-02-25 Richard Henderson <rth@cygnus.com>
* lang-specs.h: Define __FAST_MATH__ when appropriate. * lang-specs.h: Define __FAST_MATH__ when appropriate.
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
@c The text of this file appears in the file BUGS @c The text of this file appears in the file BUGS
@c in the G77 distribution, as well as in the G77 manual. @c in the G77 distribution, as well as in the G77 manual.
@c 1999-02-18 @c 1999-02-26
@ifclear NEWSONLY @ifclear NEWSONLY
@node News @node News
...@@ -66,7 +66,8 @@ somewhat more difficult. ...@@ -66,7 +66,8 @@ somewhat more difficult.
@itemize @bullet @itemize @bullet
@item @item
Fix @code{g77} so it no longer crashes when compiling 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} where @var{j} is other than default @code{INTEGER}
(such as @code{INTEGER*2}). (such as @code{INTEGER*2}).
Instead, it issues a diagnostic. Instead, it issues a diagnostic.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment