This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/8897] Demangling of template conversion operators
- From: "bkoz at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2003 14:54:58 -0000
- Subject: [Bug c++/8897] Demangling of template conversion operators
- References: <20021210215601.8897.martin@v.loewis.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8897
------- Additional Comments From bkoz@redhat.com 2003-06-02 14:54 -------
Subject: Re: Demangling of template conversion operators
>Ben, you suggested that the new demangler fixed this bug. Is the new
>demangler present in gcc 3.3? Thanks
No, it's only available in libstdc++ on mainline, as __cxa_demangle. Try
that and see if it works. At some point that code will probably be used
in libiberty, (see H.J's patches) but it's not currently.
-benjamin
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.