This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Fortran, Patch, committed] invoke.texi - update -fcheck=<...> summary


Committed as obvious. (Rev. 147268)

The -fcheck= summary was missing the do and recursion option.

Tobias


Index: ChangeLog
===================================================================
--- ChangeLog   (Revision 147267)
+++ ChangeLog   (Arbeitskopie)
@@ -1,3 +1,7 @@
+2009-05-08  Tobias Burnus  <burnus@net-b.de>
+
+       * invoke.texi: Add do/recursion to the -fcheck= summary.
+
 2009-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

        PR fortran/38830
Index: invoke.texi
===================================================================
--- invoke.texi (Revision 147267)
+++ invoke.texi (Arbeitskopie)
@@ -166,7 +166,7 @@
 @gccoptlist{-fno-automatic  -ff2c  -fno-underscoring @gol
 -fwhole-file -fsecond-underscore @gol
 -fbounds-check -fcheck-array-temporaries  -fmax-array-constructor =@var{n} @gol
--fcheck=@var{<all|bounds|array-temps>}
+-fcheck=@var{<all|array-temps|bounds|do|recursion>}
 -fmax-stack-var-size=@var{n} @gol
 -fpack-derived  -frepack-arrays  -fshort-enums  -fexternal-blas @gol
 -fblas-matmul-limit=@var{n} -frecursive -finit-local-zero @gol



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]