This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] libstdc++/19664
Benjamin Kosnik wrote:
>>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
>
>?
>
>
Yes ;) My point - sorry about the misunderstanding, maybe due to my bad
english - was that you *need x86_64* to reproduce the above. Also
affects other primary targets.
Paolo.