Recent libstdc++ regression on i686-linux: abi/cxx_runtime_only_linkage.cc
Paolo Carlini
paolo.carlini@oracle.com
Wed Aug 27 17:30:00 GMT 2008
Peter Dimov wrote:
> The problem, from the point of view of a library such as
> boost::shared_ptr, is that there is no way to distinguish between user
> A, who just types g++ foo.cpp and expects to get a program that works
> well on a typical machine, and user B, who types g++ -march=i386
> foo.cpp, with the explicit intent to run the result on a 386.
Maybe "no way" is a tad too strong: now we have
|__GCC_HAVE_SYNC_COMPARE_AND_SWAP_? and more could be added...
Paolo.
|
More information about the Libstdc++
mailing list