From patchwork Wed Feb 27 18:49:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jack Howarth X-Patchwork-Id: 223676 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 EEB032C007E for ; Thu, 28 Feb 2013 05:49:30 +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=1362595772; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To:User-Agent: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=CN4yVLv3fthW4gXYVM2p 1WB+I+4=; b=vTpxfo475oIvi06QFNxXh0RKa6lgFGgsO6+c3+dfxSp5JAV8NDwr 0YdRxcxau0PXZ5B33gjA86BQ3LOVXgZoX8CyVmmBUP/vFXARDTym7CcQrLKficnA M1qkep9IZFLkeLRhkfuawgZpsK/5ijtSptF4ll9jup7VXA7XKQBbxLM= 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:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=vDwYwYYZ5+81WFtQn/G/3mfaA5OcWmTjwRUDpWBcokM+cPdzZQqwd146P/ZVhT XFJ6wguW6YcdLHJ6jUxn3ej/ovAGtv2cfFBwAv5ROru3UikpfVIe96kNIw/7NabH Eg0CpS1upmfAvwk4vuwLUVsmyHJBrYo1fj9Vx8BZEvJ+U=; Received: (qmail 17041 invoked by alias); 27 Feb 2013 18:49:16 -0000 Received: (qmail 17018 invoked by uid 22791); 27 Feb 2013 18:49:15 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, TW_DB, TW_FD 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; Wed, 27 Feb 2013 18:49:07 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id DC598400007; Wed, 27 Feb 2013 13:49:05 -0500 (EST) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id r1RIn4eZ026237; Wed, 27 Feb 2013 13:49:04 -0500 Date: Wed, 27 Feb 2013 13:49:04 -0500 From: Jack Howarth To: Gerald Pfeifer Cc: gcc-patches@gcc.gnu.org, "Joseph S. Myers" Subject: Re: [PATCH] Fix remainder of PR bootstrap/56258 on gcc-4_6-branch Message-ID: <20130227184904.GA26146@bromo.med.uc.edu> References: <20130222151343.GA19055@bromo.med.uc.edu> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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 On Wed, Feb 27, 2013 at 06:35:40PM +0100, Gerald Pfeifer wrote: > On Fri, 22 Feb 2013, Jack Howarth wrote: > > 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? > > Yes, I think so. Perhaps first go for 4.7 and then do 4.6 after a > day or two. (Aren't these partially backports from mainline and > should be labeled as such in the ChangeLog entries?) > > Gerald Gerald, No, these are additional instances of the @item instead of @itemx change which exist in gcc-4_6-branch and gcc-4_7-branch but not gcc trunk. There is one extra instance in gcc-4_7-branch compared to gcc-4_6-branch... @@ -5179,7 +5179,7 @@ thus dbg_cnt() returns true always unles e.g. With -fdbg-cnt=dce:10,tail_call:0 dbg_cnt(dce) will return true only for first 10 invocations -@itemx -fenable-@var{kind}-@var{pass} +@item -fenable-@var{kind}-@var{pass} @itemx -fdisable-@var{kind}-@var{pass}=@var{range-list} @opindex fdisable- @opindex fenable- and one additional fix for gcc-4_6-branch... that is already fixed in gcc-4_7-branch and trunk. Jack 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}.