From patchwork Mon Jan 17 19:17:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 79214 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id B7B08B7112 for ; Tue, 18 Jan 2011 06:17:47 +1100 (EST) Received: (qmail 27983 invoked by alias); 17 Jan 2011 19:17:46 -0000 Received: (qmail 27967 invoked by uid 22791); 17 Jan 2011 19:17:45 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Jan 2011 19:17:38 +0000 Received: from [192.168.178.22] (port-92-204-33-159.dynamic.qsc.de [92.204.33.159]) by mx01.qsc.de (Postfix) with ESMTP id 49E4F3D28E; Mon, 17 Jan 2011 20:17:35 +0100 (CET) Message-ID: <4D3495CE.2040903@net-b.de> Date: Mon, 17 Jan 2011 20:17:34 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: gcc patches , gfortran Subject: [Patch, Fortran, committed] PR 47327 - fix xref in invoke.texi Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Committed as Rev. 168932 Index: gcc/fortran/ChangeLog =================================================================== --- gcc/fortran/ChangeLog (Revision 168930) +++ gcc/fortran/ChangeLog (Arbeitskopie) @@ -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. Index: gcc/fortran/invoke.texi =================================================================== --- gcc/fortran/invoke.texi (Revision 168930) +++ gcc/fortran/invoke.texi (Arbeitskopie) @@ -865,7 +865,7 @@ 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.