This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Really obscure C++ mangling error with -fnew-abi


> (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

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