This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: FYI: A new C++ demangler


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


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