From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27182 invoked by alias); 13 Apr 2010 15:28:45 -0000 Received: (qmail 27174 invoked by uid 22791); 13 Apr 2010 15:28:44 -0000 X-SWARE-Spam-Status: No, hits=3.6 required=5.0 tests=BAYES_00,KAM_STOCKTIP X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Apr 2010 15:28:40 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C9D0F2BAB97; Tue, 13 Apr 2010 11:28:38 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cNx2vj1+JoML; Tue, 13 Apr 2010 11:28:38 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9B0D22BAB41; Tue, 13 Apr 2010 11:28:38 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 0FCABF58C2; Tue, 13 Apr 2010 08:28:23 -0700 (PDT) Date: Tue, 13 Apr 2010 15:28:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFC] Fix bug report 11479 Message-ID: <20100413152823.GG19194@adacore.com> References: <000f01cad75b$b53278a0$1f9769e0$@muller@ics-cnrs.unistra.fr> <20100412155453.GW19194@adacore.com> <000001cada5c$49b8e1a0$dd2aa4e0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001cada5c$49b8e1a0$dd2aa4e0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-04/txt/msg00408.txt.bz2 Pierre, > But this is the trouble, > the chain was not cycled before my patch, > and thus the 'const type' was never resolved and its length > was still left at zero. > I didn't really get what the loop line 4465 > is supposed to do, but it only operates on LOC_TYPEDEF, > and on the file_symbol level, not at argument list of functions... I need to think about this for a little longer. I no longer understand stabsread as much as I would like to :-(. -- Joel