OSDN Git Service

document forgotten fix circa egcs-1.1
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Feb 1999 05:09:10 +0000 (05:09 +0000)
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Feb 1999 05:09:10 +0000 (05:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25194 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 58ce219..63327bd 100644 (file)
@@ -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.
 
index 6ff1330..3044c24 100644 (file)
@@ -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.