Commit a2bef74c by Daniel Franke Committed by Daniel Franke

invoke.texi: Unified upper- and lower-case in menus.

2007-07-13  Daniel Franke  <franke.daniel@gmail.com>

        * invoke.texi: Unified upper- and lower-case in menus.
        (-w, -W): Removed, documented by gcc.
        * intrinsic.texi: Unified Class-section entries, added
        subroutine/function warning where appropiate.

From-SVN: r126614
parent 1617e5ee
2007-07-13 Daniel Franke <franke.daniel@gmail.com>
* invoke.texi: Unified upper- and lower-case in menus.
(-w, -W): Removed, documented by gcc.
* intrinsic.texi: Unified Class-section entries, added
subroutine/function warning where appropiate.
2007-07-12 Daniel Franke <franke.daniel@gmail.com>
PR fortran/31639
......
......@@ -101,11 +101,11 @@ one is not the default.
* Runtime Options:: Influencing runtime behavior
* Code Gen Options:: Specifying conventions for function calls, data layout
and register usage.
* Environment Variables:: Env vars that affect @command{gfortran}.
* Environment Variables:: Environment variables that affect @command{gfortran}.
@end menu
@node Option Summary
@section Option Summary
@section Option summary
@c man begin OPTIONS
......@@ -114,7 +114,7 @@ by type. Explanations are in the following sections.
@table @emph
@item Fortran Language Options
@xref{Fortran Dialect Options,,Options Controlling Fortran Dialect}.
@xref{Fortran Dialect Options,,Options controlling Fortran dialect}.
@gccoptlist{-fall-intrinsics -ffree-form -fno-fixed-form @gol
-fdollar-ok -fimplicit-none -fmax-identifier-length @gol
-std=@var{std} -fd-lines-as-code -fd-lines-as-comments @gol
......@@ -124,21 +124,21 @@ by type. Explanations are in the following sections.
-fcray-pointer -fopenmp -frange-check -fno-backslash }
@item Error and Warning Options
@xref{Error and Warning Options,,Options to Request or Suppress Errors
and Warnings}.
@xref{Error and Warning Options,,Options to request or suppress errors
and warnings}.
@gccoptlist{-fmax-errors=@var{n} @gol
-fsyntax-only -pedantic -pedantic-errors @gol
-w -Wall -Waliasing -Wampersand -Wcharacter-truncation -Wconversion @gol
-Wimplicit-interface -Wline-truncation -Wnonstd-intrinsics -Wsurprising @gol
-Wno-tabs -Wunderflow -W}
-Wno-tabs -Wunderflow}
@item Debugging Options
@xref{Debugging Options,,Options for Debugging Your Program or GCC}.
@xref{Debugging Options,,Options for debugging your program or GNU Fortran}.
@gccoptlist{-fdump-parse-tree -ffpe-trap=@var{list} @gol
-fdump-core -fbacktrace}
@item Directory Options
@xref{Directory Options,,Options for Directory Search}.
@xref{Directory Options,,Options for directory search}.
@gccoptlist{-I@var{dir} -J@var{dir} -M@var{dir} -fintrinsic-modules-path @var{dir}}
@item Link Options
......@@ -151,7 +151,7 @@ and Warnings}.
-fmax-subrecord-length=@var{length}}
@item Code Generation Options
@xref{Code Gen Options,,Options for Code Generation Conventions}.
@xref{Code Gen Options,,Options for code generation conventions}.
@gccoptlist{-fno-automatic -ff2c -fno-underscoring
-fsecond-underscore @gol
-fbounds-check -fmax-stack-var-size=@var{n} @gol
......@@ -172,7 +172,7 @@ and Warnings}.
@end menu
@node Fortran Dialect Options
@section Options Controlling Fortran Dialect
@section Options controlling Fortran dialect
@cindex dialect options
@cindex language, dialect options
@cindex options, dialect
......@@ -320,7 +320,7 @@ standards.
@end table
@node Error and Warning Options
@section Options to Request or Suppress Errors and Warnings
@section Options to request or suppress errors and warnings
@cindex options, warnings
@cindex options, errors
@cindex warnings, suppressing
......@@ -388,11 +388,6 @@ This should be used in conjunction with @option{-std=f95} or
Like @option{-pedantic}, except that errors are produced rather than
warnings.
@item -w
@opindex @code{w}
@cindex warnings, none
Inhibit all warning messages.
@item -Wall
@opindex @code{Wall}
@cindex all warnings
......@@ -497,14 +492,6 @@ encountered, which yield an UNDERFLOW during compilation.
@opindex @code{Werror}
@cindex warnings, to errors
Turns all warnings into errors.
@item -W
@opindex @code{W}
@cindex warnings, extra
@cindex extra warnings
Turns on ``extra warnings'' and, if optimization is specified
via @option{-O}, the @option{-Wuninitialized} option.
(This might change in future versions of GNU Fortran.)
@end table
@xref{Error and Warning Options,,Options to Request or Suppress Errors and
......@@ -515,7 +502,7 @@ and other GNU compilers.
Some of these have no effect when compiling programs written in Fortran.
@node Debugging Options
@section Options for Debugging Your Program or GNU Fortran
@section Options for debugging your program or GNU Fortran
@cindex options, debugging
@cindex debugging information options
......@@ -562,7 +549,7 @@ gcc,Using the GNU Compiler Collection (GCC)}, for more information on
debugging options.
@node Directory Options
@section Options for Directory Search
@section Options for directory search
@cindex directory, options
@cindex options, directory search
@cindex search path
......@@ -623,7 +610,7 @@ they are not in the default location expected by the compiler.
@end table
@node Link Options
@section Influencing the Linking Step
@section Influencing the linking step
@cindex options, linking
@cindex linking, static
......@@ -642,7 +629,7 @@ configured, this option has no effect.
@node Runtime Options
@section Influencing Runtime Behavior
@section Influencing runtime behavior
@cindex options, runtime
These options affect the runtime behavior of programs compiled with GNU Fortran.
......@@ -663,10 +650,10 @@ variable override the default specified by @option{-fconvert}.}
@opindex @code{frecord-marker=}@var{length}
Specify the length of record markers for unformatted files.
Valid values for @var{length} are 4 and 8. Default is 4.
@emph{This is different from previous versions of gfortran},
@emph{This is different from previous versions of @command{gfortran}},
which specified a default record marker length of 8 on most
systems. If you want to read or write files compatible
with earlier versions of gfortran, use @option{-frecord-marker=8}.
with earlier versions of @command{gfortran}, use @option{-frecord-marker=8}.
@item -fmax-subrecord-length=@var{length}
@opindex @code{fmax-subrecord-length=}@var{length}
......@@ -676,7 +663,7 @@ really useful for use by the gfortran testsuite.
@end table
@node Code Gen Options
@section Options for Code Generation Conventions
@section Options for code generation conventions
@cindex code generation, conventions
@cindex options, code generation
@cindex options, run-time
......@@ -883,8 +870,8 @@ enumerator set will fit in, and give all its enumerators this kind.
@item -fexternal-blas
@opindex @code{fexternal-blas}
This option will make gfortran generate calls to BLAS functions for some
matrix operations like @code{MATMUL}, instead of using our own
This option will make @command{gfortran} generate calls to BLAS functions
for some matrix operations like @code{MATMUL}, instead of using our own
algorithms, if the size of the matrices involved is larger than a given
limit (see @option{-fblas-matmul-limit}). This may be profitable if an
optimized vendor BLAS library is available. The BLAS library will have
......@@ -912,7 +899,7 @@ shared by @command{gfortran}, @command{gcc}, and other GNU compilers.
@c man end
@node Environment Variables
@section Environment Variables Affecting @command{gfortran}
@section Environment variables affecting @command{gfortran}
@cindex environment variable
@c man begin ENVIRONMENT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment