From: Craig Burley Date: Sun, 14 Feb 1999 05:09:13 +0000 (+0000) Subject: document forgotten fix circa egcs-1.1 X-Git-Tag: prereleases/egcs-1.1.2-prerelease-1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd20f2471e6c5ca6620300701db56249a2e455a;p=thirdparty%2Fgcc.git document forgotten fix circa egcs-1.1 From-SVN: r25195 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index c8c356cb2132..784d9be078fe 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +1999-02-14 Craig Burley + + * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1. + 1999-02-14 Craig Burley * intdoc.in (MCLOCK8, TIME8): Warn about lower range on diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 6ff133043c64..3044c2471ba6 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 @@ -292,6 +292,10 @@ vis-a-vis their types, require initial padding. 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