diff options
author | Tobias Burnus <burnus@net-b.de> | 2011-01-17 20:16:27 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2011-01-17 20:16:27 +0100 |
commit | 4f7d9db8ccbce3a897b73bca6e5abd4c4e3558fe (patch) | |
tree | bf876f263c3b4f9022d6ba8d59616b0a12962a8f /gcc/fortran/invoke.texi | |
parent | 535b78744ae08ca8897bc0684663f70f03ae81ea (diff) | |
download | gcc-4f7d9db8ccbce3a897b73bca6e5abd4c4e3558fe.zip gcc-4f7d9db8ccbce3a897b73bca6e5abd4c4e3558fe.tar.gz gcc-4f7d9db8ccbce3a897b73bca6e5abd4c4e3558fe.tar.bz2 |
re PR fortran/47327 (Documentation: Link to GCC Errors and Warnings options broken)
2011-01-17 Tobias Burnus <burnus@net-b.de>
PR fortran/47327
* invoke.texi (Options to request or suppress errors
and warnings): Fix cross link.
From-SVN: r168932
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index ae11356..291d1e7 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -865,7 +865,7 @@ off via @option{-Wno-align-commons}. See also @option{-falign-commons}. Turns all warnings into errors. @end table -@xref{Error and Warning Options,,Options to Request or Suppress Errors and +@xref{Warning Options,,Options to Request or Suppress Errors and Warnings, gcc,Using the GNU Compiler Collection (GCC)}, for information on more options offered by the GBE shared by @command{gfortran}, @command{gcc} and other GNU compilers. |