This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ demangler horrors
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Nathanael Nerode <neroden at twcny dot rr dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 26 Jun 2003 10:26:55 -0700
- Subject: Re: C++ demangler horrors
- References: <20030626170806.GA1119@doctormoo>
On Thu, Jun 26, 2003 at 01:08:06PM -0400, Nathanael Nerode wrote:
> We want a working C++ demangler which is not dependent on libstdc++ in
> any way.
>
You have to elaborate. My demangler patch requires a C++ compiler to
build, but not a C++ compiler to use. I don't see there is much
drawback. Besides, it will fall back to the old demangler if there
is no suitable C++ compiler.
H.J.