From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5447 invoked by alias); 17 Nov 2008 13:36:56 -0000 Received: (qmail 5354 invoked by uid 22791); 17 Nov 2008 13:36:56 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Nov 2008 13:36:16 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 04C8210DB0; Mon, 17 Nov 2008 13:36:14 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id B931B10D50; Mon, 17 Nov 2008 13:36:13 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1L24Gw-000854-LX; Mon, 17 Nov 2008 08:36:10 -0500 Date: Mon, 17 Nov 2008 22:01:00 -0000 From: Daniel Jacobowitz To: Gaius Mulley Cc: gdb-patches@sources.redhat.com Subject: Re: patch for dwarf2read.c Message-ID: <20081117133610.GA30098@caradoc.them.org> Mail-Followup-To: Gaius Mulley , gdb-patches@sources.redhat.com References: <877i724s7s.fsf@j228-gm.comp.glam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877i724s7s.fsf@j228-gm.comp.glam.ac.uk> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00435.txt.bz2 On Mon, Nov 17, 2008 at 09:28:07AM +0000, Gaius Mulley wrote: > > Hi, > > here is a patch for dwarf2read.c which fixes a cyclic recursive bug > when gdb is asked to resolve the following Modula-2 procedure type: > > ScanClass = (padding, valid, invalid, terminator); > ScanState = PROCEDURE (CHAR, VAR ScanClass, VAR ScanState); > > when compiled by gm2. Patches should include a changelog entry, please. What's add_partial_subroutine_type about? It has a few bugs in it, but it's also not called. -- Daniel Jacobowitz CodeSourcery