From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13742 invoked by alias); 28 Jan 2003 03:01:56 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 13728 invoked from network); 28 Jan 2003 03:01:55 -0000 Received: from unknown (HELO perceval.inria.fr) (138.96.116.20) by 172.16.49.205 with SMTP; 28 Jan 2003 03:01:55 -0000 Received: (from gdosreis@localhost) by perceval.inria.fr (8.12.5/8.12.5) id h0S31owO027297; Tue, 28 Jan 2003 04:01:50 +0100 From: Gabriel Dos_Reis MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 28 Jan 2003 05:19:00 -0000 To: Ziemowit Laski Cc: "Joseph S. Myers" , gcc-bugs@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: GCC-3.2.2 bootstrap FAILURE: 1 reduce/reduce conflict in objc-parse.y In-Reply-To: <9D86CF82-3255-11D7-9956-000393673036@apple.com> References: <9D86CF82-3255-11D7-9956-000393673036@apple.com> Message-ID: <15925.62046.422332.414319@perceval.inria.fr> X-SW-Source: 2003-01/txt/msg01426.txt.bz2 | On Monday, Jan 27, 2003, at 14:02 US/Pacific, Joseph S. Myers wrote: | | > On Mon, 27 Jan 2003, Gabriel Dos_Reis wrote: | > | >> A fresh checkout of 3.2.2 branch fails to bootstrap on an | >> i686-pc-linux. | >> The failure happens for Objective-C as a reduce/reduce conflict in | >> objc-parse.y. I can't locate a recent change to that file. So I | >> guess it must be something having to do my settings. I'm using Bison | >> 1.875. Is anyone seeing this failure? | > | > An objc maintainer needs to review | > . | | I'm not the maintainer, but the patch is wrong. One cannot replace | 'protocolrefs' with 'non_empty_protocolrefs', as they are optional. Thanks for the review. I went with the fix that consists in removing the "%expect" directive. Thanks, -- Gaby