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]
Other format: [Raw text]

[Bug c++/34166] -fleading-underscore duplicate underscore in some template cases



------- Comment #2 from shockenhull at niceberg dot com  2007-11-23 20:21 -------
this bug seem to be related to the fact that std::string's name mangling is
optimized by shortening it to a special encoding which might bypass the
underscore prefix option

is there an option to disable the special case encoding for std::string ?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34166


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