This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]