]> gcc.gnu.org Git - gcc.git/commitdiff
invoke.texi: Fix the -frange-checking option entry.
authorSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 3 Sep 2007 04:07:04 +0000 (04:07 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 3 Sep 2007 04:07:04 +0000 (04:07 +0000)
2007-09-02  Steven G. Kargl  <kargl@gcc.gnu.org>

        * invoke.texi: Fix the -frange-checking option entry.

From-SVN: r128036

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index b0cb8c9a2ad93cab0ff865734a69ee61a0b77dff..3b3d469bcaa723416360878c632fdc4d2304c157 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-02  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       * invoke.texi: Fix the -frange-checking option entry.
+
 2007-09-02  Roger Sayle  <roger@eyesopen.com>
 
        * decl.c (match_string_p): New helper function to explicitly match
index e58cb8cbee76f3d926b236590b9ea5b722f0bd10..1388b6c123ec37eec0650f48b2bd5070be96f30a 100644 (file)
@@ -121,7 +121,7 @@ by type.  Explanations are in the following sections.
 -ffixed-line-length-@var{n}  -ffixed-line-length-none @gol
 -ffree-line-length-@var{n}  -ffree-line-length-none @gol
 -fdefault-double-8  -fdefault-integer-8  -fdefault-real-8 @gol
--fcray-pointer  -fopenmp  -frange-check -fno-backslash -fmodule-private}
+-fcray-pointer  -fopenmp  -fno-range-check -fno-backslash -fmodule-private}
 
 @item Error and Warning Options
 @xref{Error and Warning Options,,Options to request or suppress errors
@@ -298,9 +298,9 @@ and @code{c$}, @code{*$} and @code{!$} sentinels in fixed form,
 and when linking arranges for the OpenMP runtime library to be linked
 in.  The option @option{-fopenmp} implies @option{-frecursive}.
 
-@item -frange-check
+@item -fno-range-check
 @opindex @code{frange-check}
-Enable range checking on results of simplification of constant
+Disable range checking on results of simplification of constant
 expressions during compilation.  For example, by default, GNU Fortran
 will give an overflow error at compile time when simplifying @code{a =
 EXP(1000)}. With @option{-fno-range-check}, no error will be given and
This page took 0.067079 seconds and 5 git commands to generate.