From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26437 invoked by alias); 15 Jul 2003 19:16:47 -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 26415 invoked from network); 15 Jul 2003 19:16:46 -0000 Received: from unknown (HELO sccrmhc12.comcast.net) (204.127.202.56) by sources.redhat.com with SMTP; 15 Jul 2003 19:16:46 -0000 Received: from lucon.org ([12.234.88.5]) by comcast.net (sccrmhc12) with ESMTP id <2003071519164601200qlas9e>; Tue, 15 Jul 2003 19:16:46 +0000 Received: by lucon.org (Postfix, from userid 1000) id 074692C4EB; Tue, 15 Jul 2003 19:16:43 +0000 (UTC) Date: Tue, 15 Jul 2003 19:16: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: <20030715191642.GA21025@lucon.org> References: <20030712180228.GA912@doctormoo> <3F142933.1060902@redhat.com> 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/msg00169.txt.bz2 On Tue, Jul 15, 2003 at 04:03:39PM -0300, Alexandre Oliva wrote: > On Jul 15, 2003, Gabriel Dos Reis wrote: > > > I think the completely demented idea is insisting that "lot of > > systems don't ship with a C++ compiler" and continuing to demande to > > continue a broken implementation. > > > Andrew Cagney wrote: > > | However, there is the SIM directory ..... > > > Yes. Apparently Nathanael doesn't seem to understand that C++ > > can be used productively for system programming. > > I don't think the issue is about using C++ for system programming. > The issue is about having to force every user of libiberty to start > linking programs that link with libiberty using $(CXX) instead of just > $(CC). This would be a very incompatible and, IMHO, undesirable > change. FWIW, my C++ demangler patch needs $(CXX) to compile, only $(CC) to link. As far as the libiberty user is concerned, the only difference is the working C++ demangler. H.J.