Re: bug with -fleading-underscore doubling underscore in some cases on templates

2007-11-20 Thread Daniel Jacobowitz
On Tue, Nov 20, 2007 at 01:59:23PM -0500, Stephane Hockenhull wrote: > hi, > > we have found a case where g++ will generate template instantiations with two > underscore prefixes (std::string, "__ZNSs7reserveEm" instead of just > "_ZNSs7reserveEm") while other .cpp files will compile just fine.

bug with -fleading-underscore doubling underscore in some cases on templates

2007-11-20 Thread Stephane Hockenhull
hi, we have found a case where g++ will generate template instantiations with two underscore prefixes (std::string, "__ZNSs7reserveEm" instead of just "_ZNSs7reserveEm") while other .cpp files will compile just fine. the template stabs sections are correctly setup as "_ZNSs7reserveEm" but the