[cfe-commits] r103208 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGenCXX/template-linkage.cpp
Douglas Gregor
dgregor at apple.com
Fri May 7 09:17:56 PDT 2010
On May 7, 2010, at 9:12 AM, Rafael Espindola wrote:
>> I am able to link this with your patch reverted. What is the link
>> error you were getting? I also tested a newer gcc with
>
> Some more information, I have
>
> W _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev
>
> in complex_io.o and sstream-inst.o, both from libstdc++.a.
This might be some weirdness with Darwin's libstdc++, because I have:
000000000002f118 (__TEXT,__text) non-external __ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev
Why is it non-external? I have no idea.
- Doug
More information about the cfe-commits
mailing list