]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Updates from Craig.
authorJeff Law <law@gcc.gnu.org>
Mon, 9 Feb 1998 21:27:48 +0000 (14:27 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 Feb 1998 21:27:48 +0000 (14:27 -0700)
From-SVN: r17814

gcc/f/news.texi

index 780cfff75389bac2c7bdd6ca8a5ca88da8299253..3cd7e62f35b5bf7f34ac1b54d4052937a7d8ffcb 100644 (file)
@@ -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,