Commit 90b8e60a by Craig Burley Committed by Craig Burley

document forgotten fix circa egcs-1.1

From-SVN: r25194
parent 345bee93
1999-02-14 Craig Burley <craig@jcb-sc.com> 1999-02-14 Craig Burley <craig@jcb-sc.com>
* news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
1999-02-14 Craig Burley <craig@jcb-sc.com>
* g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean * g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
up and improve indexing, and some other areas of docs. up and improve indexing, and some other areas of docs.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,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 1998-11-03 @c 1999-02-14
@ifclear NEWSONLY @ifclear NEWSONLY
@node News @node News
...@@ -293,6 +293,10 @@ containing specification statements such as ...@@ -293,6 +293,10 @@ containing specification statements such as
@samp{INTEGER(KIND=7) PTR}. @samp{INTEGER(KIND=7) PTR}.
@item @item
@code{g77} no longer crashes when compiling code
such as @samp{J = SIGNAL(1, 2)}.
@item
@code{g77} now treats @samp{%LOC(@var{expr})} and @code{g77} now treats @samp{%LOC(@var{expr})} and
@samp{LOC(@var{expr})} as ``ordinary'' expressions @samp{LOC(@var{expr})} as ``ordinary'' expressions
when they are used as arguments in procedure calls. when they are used as arguments in procedure calls.
......
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