From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8930 invoked by alias); 3 Dec 2003 16:52:13 -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 8921 invoked from network); 3 Dec 2003 16:52:13 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 3 Dec 2003 16:52:13 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id AC37DC6BD; Wed, 3 Dec 2003 08:52:12 -0800 (PST) To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Cc: ian@wasabisystems.com, ac131313@redhat.com, drow@mvista.com, gdb@sources.redhat.com, wcohen@redhat.com Subject: Re: Slow handling of C++ symbol names References: <20031203164734.201124B35B@berman.michael-chastain.com> From: David Carlton Date: Wed, 03 Dec 2003 16:52:00 -0000 In-Reply-To: <20031203164734.201124B35B@berman.michael-chastain.com> (Michael Elizabeth Chastain's message of "Wed, 3 Dec 2003 11:47:34 -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-12/txt/msg00042.txt.bz2 On Wed, 3 Dec 2003 11:47:34 -0500 (EST), mec.gnu@mindspring.com (Michael Elizabeth Chastain) said: > _ZStltI9file_pathSsEbRKSt4pairIT_T0_ES6_ > OLD: bool std::operator< , std::allocator > >(std::pair, std::allocator > > const&, std::pair std::char_traits, std::allocator > > const&) > NEW: bool std::operator<(std::pair const&, std::pair const&) Fascinating. > The old demangler produces "operator< <", and the new demangler > produces "operator <<". I'm not a name mangling expert but I think > that "operator <" is correct here and the new demangler suffers from > shift-operator-versus-template-syntax gotcha. Yeah, that's a bug, even one which could cause problems for GDB. David Carlton carlton@kealia.com