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

[v3] Fix libstdc++/50268


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.

/////////////////////

Attachment: CL_50268
Description: Text document

Attachment: patch_50268
Description: Text document


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