From: Jeff Law Date: Mon, 9 Feb 1998 21:27:48 +0000 (-0700) Subject: Updates from Craig. X-Git-Tag: prereleases/egcs-1.0.2-prerelease~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75ea2235ad4db91abe5820380c970378be7e894;p=thirdparty%2Fgcc.git Updates from Craig. From-SVN: r17814 --- diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 780cfff75389..3cd7e62f35b5 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -26,6 +26,27 @@ involve a combination of these elements. @heading In 0.5.22: @itemize @bullet +@item +Fix @code{g77} version of @code{libf2c} so it no longer +produces a spurious @samp{I/O recursion} diagnostic at run time +when an I/O operation (such as @samp{READ *,I}) is interrupted +in a manner that causes the program to be terminated +via the @samp{f_exit} routine (such as via @kbd{C-c}). + +@item +Fix compiler so it accepts @samp{-fgnu-intrinsics-*} and +@samp{-fbadu77-intrinsics-*} options. + +@item +Fix @samp{-fpedantic} to not reject procedure invocations +such as @samp{I=J()} and @samp{CALL FOO()}. + +@item +Fix @samp{-fugly-comma} to affect invocations of +only external procedures. +Restore rejection of gratuitous trailing omitted +arguments to intrinsics, as in @samp{I=MAX(3,4,,)}. + @item Fix code generation for iterative @code{DO} loops that have one or more references to the iteration variable,