This is the mail archive of the gcc-patches@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: RFC: Make a standalone GNU V3 C++ demangler


> This patch provides a more accurate C++ demangler for libiberty to use,
> if certain requirements can be met (g++, <vector>). If it can't, the old
> one is used instead. Therefore, there will be no added dependency for gdb
> or binutils.

The build dependency is a little strange, though.  Libiberty has to go
before binutils, binutils before gcc, gcc before libstdc++, libstdc++
before demangler, and demangler before binutils and gdb.

We might as well just put the new demangler in libiberty and only
enable it when we can build it.


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