From 4f7d9db8ccbce3a897b73bca6e5abd4c4e3558fe Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Mon, 17 Jan 2011 20:16:27 +0100 Subject: re PR fortran/47327 (Documentation: Link to GCC Errors and Warnings options broken) 2011-01-17 Tobias Burnus PR fortran/47327 * invoke.texi (Options to request or suppress errors and warnings): Fix cross link. From-SVN: r168932 --- gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/invoke.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a51003c..40167d1 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2011-01-17 Tobias Burnus + + PR fortran/47327 + * invoke.texi (Options to request or suppress errors + and warnings): Fix cross link. + 2011-01-15 Tobias Burnus * gfortran.texi: Update Fortran 2003 Status section. 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. -- cgit v1.1