From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27419 invoked by alias); 6 Nov 2002 20:54:47 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27370 invoked from network); 6 Nov 2002 20:54:46 -0000 Received: from unknown (HELO thevenin.amplepower.com) (216.39.162.139) by sources.redhat.com with SMTP; 6 Nov 2002 20:54:46 -0000 Received: from [192.168.8.30] (helo=knuth.amplepower.com ident=roth) by thevenin.amplepower.com with esmtp (Exim 3.35 #1 (Debian)) id 189X9K-0007Ra-00; Wed, 06 Nov 2002 12:51:42 -0800 Date: Wed, 06 Nov 2002 12:54:00 -0000 From: "Theodore A. Roth" X-X-Sender: roth@knuth.amplepower.com To: Michael Snyder cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] broken build using bison-1.75 In-Reply-To: <3DC97A26.8632AB1A@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-11/txt/msg00125.txt.bz2 On Wed, 6 Nov 2002, Michael Snyder wrote: :) "Theodore A. Roth" wrote: :) > The attached patch got gdb to compile for me using bison 1.75 and 1.35 on :) > a debian system. The missing semicolons seem obvious fixes to me, but the :) > new setup rule I added I'm not sure about since I can't test this myself :) > and don't have a good understanding of yacc grammar. :) Yeah, bison has fallen into dis-use in favor of byacc. :) I'll give you approval to check in all the missing semicolons. :) As for the new setup rule, have you tested it using byacc? Just compiled with byacc 1.9 and it didn't puke on the setup rule I added. I not sure if my setup rule is the right thing to do and was hoping someone with more experience could comment on it correctness (or lack thereof). I based the change on the information at the end of this page: http://www.gnu.org/manual/bison/html_node/Mid-Rule-Actions.html Ted Roth