From patchwork Fri Feb 22 15:13:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jack Howarth X-Patchwork-Id: 222547 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 F13E22C0090 for ; Sat, 23 Feb 2013 02:14:08 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1362150849; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=ZMnDVxlIrE0MjRpLLbfBZuNMl8I=; b=pvMQf7O/HxOj34Z kbN5ROyt0y6EU6CuVpROPqE/II0qHu+3VBbrDckEZFfXqCKvzFskt1wIgazvMXqR VB6IetIR1c55SQuFfIjlfOXH7iI/1BFJb/YPci+7K4j0Kbfx1mc34elVOarg1wgV gSDIRPy1tVGMFDzc//8QcUiJgPfM= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type:Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=izlNjNrzCW99amD50oqdaTLRDcWQ+ip0FFRuJzeJjDPOGIE/z0wr+UC70wQtMs xFPP1TABx6JJ535GwPAE1GkuuRpvKhmf45OpoM3DLdeNPjqoV8AjwnJ6HA8TiuJ1 Z4k94VV48WO0sA7Pw7JArelJwJQ5Xl7PiqbM3lU16tknk=; Received: (qmail 11063 invoked by alias); 22 Feb 2013 15:13:55 -0000 Received: (qmail 11052 invoked by uid 22791); 22 Feb 2013 15:13:54 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, TW_CF X-Spam-Check-By: sourceware.org Received: from bromo.med.uc.edu (HELO bromo.med.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 Feb 2013 15:13:44 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id C70E840000A; Fri, 22 Feb 2013 10:13:43 -0500 (EST) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id r1MFDhJ7019123; Fri, 22 Feb 2013 10:13:43 -0500 Date: Fri, 22 Feb 2013 10:13:43 -0500 From: Jack Howarth To: gcc-patches@gcc.gnu.org Cc: joseph@codesourcery.com, gerald@pfeifer.com Subject: [PATCH] Fix remainder of PR bootstrap/56258 on gcc-4_6-branch Message-ID: <20130222151343.GA19055@bromo.med.uc.edu> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) 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 Current gcc-4_6-branch still fails to bootstrap when texinfo 5.0 is installed. The attached patch fixes the remaining instances where @itemx need to be replaced with @item. An additional instance of misplaced brackets was fixed to match current gcc-4_7-branch. Bootstrap tested on x86_64-apple-darwin11. Okay for gcc-4_6-branch? Jack gcc/ 2013-02-22 Jack Howarth PR bootstrap/56258 * doc/generic.texi (POINTER_PLUS_EXPR): Use @item instead of @itemx. (PLUS_EXPR): Likewise. * doc/cppopts.texi (--help): Likewise. * doc/invoke.texi (-fenable-@var{kind}-@var{pass}): Likewise (-fdump-rtl-cprop_hardreg): Likewise. (-fdump-rtl-csa): Likewise. (-fdump-rtl-dce): Likewise. (-fdump-rtl-dbr): Likewise. (-fdump-rtl-into_cfglayout): Likewise. (-fdump-rtl-outof_cfglayout): Likewise. (@gccoptlist): Move misplaced bracket. Index: gcc/doc/generic.texi =================================================================== --- gcc/doc/generic.texi (revision 196218) +++ gcc/doc/generic.texi (working copy) @@ -1415,13 +1415,13 @@ generate these expressions anyhow, if it not matter. The type of the operands and that of the result are always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}. -@itemx POINTER_PLUS_EXPR +@item POINTER_PLUS_EXPR This node represents pointer arithmetic. The first operand is always a pointer/reference type. The second operand is always an unsigned integer type compatible with sizetype. This is the only binary arithmetic operand that can operate on pointer types. -@itemx PLUS_EXPR +@item PLUS_EXPR @itemx MINUS_EXPR @itemx MULT_EXPR These nodes represent various binary arithmetic operations. Index: gcc/doc/cppopts.texi =================================================================== --- gcc/doc/cppopts.texi (revision 196218) +++ gcc/doc/cppopts.texi (working copy) @@ -769,7 +769,7 @@ Replacement: [ ] @{ @} Enable special code to work around file systems which only permit very short file names, such as MS-DOS@. -@itemx --help +@item --help @itemx --target-help @opindex help @opindex target-help Index: gcc/doc/invoke.texi =================================================================== --- gcc/doc/invoke.texi (revision 196218) +++ gcc/doc/invoke.texi (working copy) @@ -165,7 +165,7 @@ in the following sections. -pipe -pass-exit-codes @gol -x @var{language} -v -### --help@r{[}=@var{class}@r{[},@dots{}@r{]]} --target-help @gol --version -wrapper @@@var{file} -fplugin=@var{file} -fplugin-arg-@var{name}=@var{arg} @gol --fdump-ada-spec@r{[}-slim@r{]}} -fdump-go-spec=@var{file} +-fdump-ada-spec@r{[}-slim@r{]} -fdump-go-spec=@var{file}} @item C Language Options @xref{C Dialect Options,,Options Controlling C Dialect}. @@ -5086,11 +5086,11 @@ Dump after duplicating the computed goto @option{-fdump-rtl-ce3} enable dumping after the three if conversion passes. -@itemx -fdump-rtl-cprop_hardreg +@item -fdump-rtl-cprop_hardreg @opindex fdump-rtl-cprop_hardreg Dump after hard register copy propagation. -@itemx -fdump-rtl-csa +@item -fdump-rtl-csa @opindex fdump-rtl-csa Dump after combining stack adjustments. @@ -5101,11 +5101,11 @@ Dump after combining stack adjustments. @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after the two common sub-expression elimination passes. -@itemx -fdump-rtl-dce +@item -fdump-rtl-dce @opindex fdump-rtl-dce Dump after the standalone dead code elimination passes. -@itemx -fdump-rtl-dbr +@item -fdump-rtl-dbr @opindex fdump-rtl-dbr Dump after delayed branch scheduling. @@ -5150,7 +5150,7 @@ Dump after the initialization of the reg @opindex fdump-rtl-initvals Dump after the computation of the initial value sets. -@itemx -fdump-rtl-into_cfglayout +@item -fdump-rtl-into_cfglayout @opindex fdump-rtl-into_cfglayout Dump after converting to cfglayout mode. @@ -5180,7 +5180,7 @@ Dump after removing redundant mode switc @opindex fdump-rtl-rnreg Dump after register renumbering. -@itemx -fdump-rtl-outof_cfglayout +@item -fdump-rtl-outof_cfglayout @opindex fdump-rtl-outof_cfglayout Dump after converting from cfglayout mode.