From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22057 invoked by alias); 15 Dec 2003 23:38:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22050 invoked from network); 15 Dec 2003 23:38:29 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 15 Dec 2003 23:38:29 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id A92B8C6C3; Mon, 15 Dec 2003 15:38:28 -0800 (PST) To: Ian Lance Taylor Cc: gdb Subject: Re: new demangler References: <20031215225452.GA23169@nevyn.them.org> From: David Carlton Date: Mon, 15 Dec 2003 23:38:00 -0000 In-Reply-To: (Ian Lance Taylor's message of "15 Dec 2003 18:33:39 -0500") 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-12/txt/msg00227.txt.bz2 On 15 Dec 2003 18:33:39 -0500, Ian Lance Taylor said: > David Carlton writes: >> On 15 Dec 2003 18:23:22 -0500, Ian Lance Taylor said: >>> Here's the patch. >> Thanks! Now, when I demangle that name with just DMGL_ANSI, I get >> "C::CClass::operator=". Am I going crazy, or was there once '()' >> stuck on the end of that? > Hmmm, I doubt there was ever '()' at the end. I would expect to see > `(C::CClass const&)' at the end. Okay; I'll just stick in the DMGL_PARAMS for now, then - my tests start passing again with that change. (Or I could rewrite the code that parses the output to not look for parentheses, I suppose.) David Carlton carlton@kealia.com