FYI: A new C++ demangler

Alexandre Oliva aoliva@redhat.com
Tue Jul 15 19:49:00 GMT 2003


On Jul 15, 2003, "H. J. Lu" <hjl@lucon.org> wrote:

> FWIW, my C++ demangler patch needs $(CXX) to compile, only $(CC) to
> link.

This may be the case with the current GCC, but other C++ compilers,
and future versions of GCC (especially after we introduce support for
`export'ed templates) may very well introduce dependencies on their
run-time libraries, requiring linking with them and possibly even
using their C++ compiler driver to link.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Binutils mailing list