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