bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/28417] std::string no longer allows accepting nullptr_t since


From: amodra at gmail dot com
Subject: [Bug gold/28417] std::string no longer allows accepting nullptr_t since it is undefined behavior after yesterday's change on libstdc++.
Date: Thu, 14 Oct 2021 13:09:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28417

--- Comment #7 from Alan Modra <amodra at gmail dot com> ---
gold continues to be built with older compilers such as gcc-4.8 which default
to c++98.  So beware relying on c++11.  (I've been tripped up using c++11
features in gold patches.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]