aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-02-14 05:09:10 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-02-14 00:09:10 -0500
commit90b8e60a8e232bdc6445543e84d9419b6e1f6e65 (patch)
tree8d392d6d993064dc144dde17401d0c8693f25d17 /gcc
parent345bee933f6e10eba6c51a24a902bcf4e5ef0343 (diff)
downloadgcc-90b8e60a8e232bdc6445543e84d9419b6e1f6e65.zip
gcc-90b8e60a8e232bdc6445543e84d9419b6e1f6e65.tar.gz
gcc-90b8e60a8e232bdc6445543e84d9419b6e1f6e65.tar.bz2
document forgotten fix circa egcs-1.1
From-SVN: r25194
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/news.texi6
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 58ce219..63327bd 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,5 +1,9 @@
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
up and improve indexing, and some other areas of docs.
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 6ff1330..3044c24 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -5,7 +5,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 1998-11-03
+@c 1999-02-14
@ifclear NEWSONLY
@node News
@@ -293,6 +293,10 @@ containing specification statements such as
@samp{INTEGER(KIND=7) PTR}.
@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
@samp{LOC(@var{expr})} as ``ordinary'' expressions
when they are used as arguments in procedure calls.