From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24074 invoked by alias); 28 Jan 2003 07:17:02 -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 24062 invoked from network); 28 Jan 2003 07:17:01 -0000 Received: from unknown (HELO rose.csi.cam.ac.uk) (131.111.8.13) by 172.16.49.205 with SMTP; 28 Jan 2003 07:17:01 -0000 Received: from student.cusu.cam.ac.uk ([131.111.179.82] helo=kern.srcf.societies.cam.ac.uk ident=mail) by rose.csi.cam.ac.uk with esmtp (Exim 4.10) id 18dPzO-0000Ov-00; Tue, 28 Jan 2003 07:16:58 +0000 Received: from jsm28 (helo=localhost) by kern.srcf.societies.cam.ac.uk with local-esmtp (Exim 3.35 #1 (Debian)) id 18dPzO-0002D9-00; Tue, 28 Jan 2003 07:16:58 +0000 Date: Tue, 28 Jan 2003 11:39:00 -0000 From: "Joseph S. Myers" X-X-Sender: To: Ziemowit Laski cc: Gabriel Dos_Reis , , 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> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-01/txt/msg01442.txt.bz2 On Mon, 27 Jan 2003, Ziemowit Laski wrote: > > 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. A reduce/reduce conflict is still a bug, even if the fix is more complicated. Removing %expect is only a workaround. -- Joseph S. Myers jsm28@cam.ac.uk