This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Really obscure C++ mangling error with -fnew-abi
- To: chip at valinux dot com
- Subject: Re: Really obscure C++ mangling error with -fnew-abi
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 1 Jul 2000 09:12:45 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <20000630172927.I503@perlsupport.com>
> (2) Why is std::string showing up as std::string in some places and as
> "basic_string<char, std::char_traits<char>, std::allocator<char> >" in
> other places??
That is certainly a bug; it should be always mangled as Ss, and not as
SbIcSt11char_traitsIcESaIcEE.
Regards,
Martin