From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24414 invoked by alias); 27 Jan 2003 21:52:25 -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 24400 invoked from network); 27 Jan 2003 21:52:24 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by 172.16.49.205 with SMTP; 27 Jan 2003 21:52:24 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id h0RLqDjj017892; Mon, 27 Jan 2003 22:52:13 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id h0RLqDd6017885; Mon, 27 Jan 2003 22:52:13 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: gcc-bugs@gcc.gnu.org Cc: gcc@gcc.gnu.org Subject: Re: GCC-3.2.2 bootstrap FAILURE: 1 reduce/reduce conflict in objc-parse.y References: <15925.41446.453524.952565@perceval.inria.fr> From: Gabriel Dos Reis In-Reply-To: <15925.41446.453524.952565@perceval.inria.fr> Organization: Integrable Solutions Date: Mon, 27 Jan 2003 22:32:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg01392.txt.bz2 Gabriel Dos_Reis writes: | 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? | | (I'm running another bootstrap on a different machine) I can confirm that using Bison 1.33 I was able to bootstrap objc. Could anyone bootstrap with Bison 1.875? Thanks, -- Gaby