From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11821 invoked by alias); 15 Jul 2003 23:14:50 -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 11804 invoked from network); 15 Jul 2003 23:14:49 -0000 Received: from unknown (HELO sccrmhc12.comcast.net) (204.127.202.56) by sources.redhat.com with SMTP; 15 Jul 2003 23:14:49 -0000 Received: from lucon.org ([12.234.88.5]) by comcast.net (sccrmhc12) with ESMTP id <2003071523144801200am7que>; Tue, 15 Jul 2003 23:14:48 +0000 Received: by lucon.org (Postfix, from userid 1000) id 58B2A2C4EB; Tue, 15 Jul 2003 23:14:45 +0000 (UTC) Date: Tue, 15 Jul 2003 23:14:00 -0000 From: "H. J. Lu" To: Alexandre Oliva Cc: Gabriel Dos Reis , Andrew Cagney , Nathanael Nerode , fche@redhat.com, gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: FYI: A new C++ demangler Message-ID: <20030715231445.GA24959@lucon.org> References: <20030712180228.GA912@doctormoo> <3F142933.1060902@redhat.com> <20030715191642.GA21025@lucon.org> <20030715195522.GA21667@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SW-Source: 2003-07/txt/msg00180.txt.bz2 On Tue, Jul 15, 2003 at 07:29:54PM -0300, Alexandre Oliva wrote: > On Jul 15, 2003, "H. J. Lu" wrote: > > > The demangler configure tests if $(CC) can be used for linking. > > For linking the demangler code into an application? Yes. > > > I hope when the new features are added to gcc, there is an option to > > disable it if needed. > > What part of `other C++ compilers' do I need to explain further? :-) > The demangler configure makes sure the resulting .o is 100% binary compatible with $(CC) before enabling the new demangler. You have nothing to lose if you don't have a "working" C++ compiler. H.J.