[v3] Fix libstdc++/50268
Paolo Carlini
paolo.carlini@oracle.com
Fri Sep 2 10:35:00 GMT 2011
Hi,
tested x86_64-linux multilib, will go in 4_6-branch too.
See audit trail for details: in short when std::bitset has been updated
for constexpr, thus the constructor from unsigned long long marked as
such, the call to _M_do_sanitize in the body was inadvertently
completely removed without replacing it with something else compatible
with constexpr.
Thanks,
Paolo.
/////////////////////
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CL_50268
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110902/1a2ae751/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_50268
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110902/1a2ae751/attachment-0001.ksh>
More information about the Gcc-patches
mailing list