This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: [Patch] libstdc++/19664


> On x68 or on x86_64? On x86_64, mainline too, reproducing this
> 
>     http://gcc.gnu.org/ml/libstdc++/2005-01/msg00300.html
> 
> it's easy, without the v3 bits.

on x86. I cannot reproduce with 4.0.0:

%g++ --version
g++ (GCC) 4.0.0

%g++ -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -c string_vis.cc 

%g++ -shared -fPIC  -fvisibility=hidden -fvisibility-inlines-hidden string_vis.o -o liblib.so

?

-benjamin


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