From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3167 invoked by alias); 15 Dec 2003 23:55:40 -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 3054 invoked from network); 15 Dec 2003 23:55:39 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 15 Dec 2003 23:55:39 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AW2YV-0004xH-00; Mon, 15 Dec 2003 18:55:15 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 757374B412; Mon, 15 Dec 2003 18:55:16 -0500 (EST) To: carlton@kealia.com, ian@wasabisystems.com Subject: Re: new demangler Cc: gdb@sources.redhat.com Message-Id: <20031215235516.757374B412@berman.michael-chastain.com> Date: Mon, 15 Dec 2003 23:55:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-12/txt/msg00228.txt.bz2 dc> Thanks! Now, when I demangle that name with just DMGL_ANSI, I get dc> "C::CClass::operator=". Am I going crazy, or was there once '()' dc> stuck on the end of that? There used to be '()' stuck on the end of the output with DMGL_ANSI, maybe with parameters between them, maybe not (I dunno). Here are relevant PR's: http://sources.redhat.com/gdb/bugs/1471 http://sources.redhat.com/gdb/bugs/34 Michael C