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