This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: demengler in libstdc++ is changed
- From: Chris Lattner <sabre at nondot dot org>
- To: Phil Edwards <phil at codesourcery dot com>
- Cc: Gabriel Dos Reis <gdr at integrable-solutions dot net>,DJ Delorie <dj at redhat dot com>, <gcc at gcc dot gnu dot org>
- Date: Fri, 14 Nov 2003 20:04:23 -0600 (CST)
- Subject: Re: demengler in libstdc++ is changed
On Fri, 14 Nov 2003, Phil Edwards wrote:
> On Fri, Nov 14, 2003 at 04:59:06AM +0100, Gabriel Dos Reis wrote:
> > DJ Delorie <dj@redhat.com> writes:
> >
> > | > Absolutely. I was under the impression that the demangler just used
> > | > std::vector and a few other features, not the full runtime.
> > |
> > | Don't forget "new", which needs at least libsupc++
> >
> > operator new is replaceable.
>
> And for 3.4, libstdc++ doesn't need to be built to make <vector> available.
> The configure step makes a complete C++ header tree available in one
> directory. (Up through 3.3, the library had to be built even to get the
> header-only class files arranged properly.)
FWIW, LLVM uses the 3.4 C++ parser and standard library...
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/