This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34166] -fleading-underscore duplicate underscore in some template cases
- From: "shockenhull at niceberg dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2007 20:21:12 -0000
- Subject: [Bug c++/34166] -fleading-underscore duplicate underscore in some template cases
- References: <bug-34166-15399@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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