From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16608 invoked by alias); 24 Nov 2003 17:27:51 -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 16601 invoked from network); 24 Nov 2003 17:27:50 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 24 Nov 2003 17:27:50 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id 20025C6B6; Mon, 24 Nov 2003 09:27:50 -0800 (PST) To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/testsuite/c++] test script for PR c++/186 References: <20031124164141.6B5554B409@berman.michael-chastain.com> From: David Carlton Date: Mon, 24 Nov 2003 17:27:00 -0000 In-Reply-To: <20031124164141.6B5554B409@berman.michael-chastain.com> (Michael Elizabeth Chastain's message of "Mon, 24 Nov 2003 11:41:41 -0500 (EST)") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00525.txt.bz2 On Mon, 24 Nov 2003 11:41:41 -0500 (EST), mec.gnu@mindspring.com (Michael Elizabeth Chastain) said: > I think the problem is somewhere around where gnuv2_value_rtti_type > calls lookup_typename. Before David's big namespace patch on > 2003-09-11, lookup_typename returned a TYPE_CODE_STRUCT type to > gnuv2_value_rtti_type. Now lookup_typename is returning a > TYPE_CODE_NAMESPACE type and as you can see, gdb is printing random > weird values when it goes through gnuv2_value_rtti_type. What?? That's bizarre; I'll have to look into that one. David Carlton carlton@kealia.com