From a72e938d710fa4b6c8eb89c4daab68e320fa97df Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 8 Aug 2020 00:16:34 +0000 Subject: Daily bump. --- libstdc++-v3/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d67aa14..c658d7e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,24 @@ +2020-08-07 Jonathan Wakely + + PR libstdc++/96303 + * include/debug/bitset (bitset::operator==): Call _M_base() on + right operand. + (bitset::operator!=): Likewise, but don't define it at all when + default comparisons are supported by the compiler. + * testsuite/23_containers/bitset/operations/96303.cc: New test. + +2020-08-07 Jonathan Wakely + + * testsuite/18_support/comparisons/algorithms/partial_order.cc: + Replace VERIFY with static_assert where the compiler now + allows it. + * testsuite/18_support/comparisons/algorithms/weak_order.cc: + Likewise. + +2020-08-07 Jonathan Wakely + + * config/abi/pre/gnu.ver: Fix wildcards for wstring symbols. + 2020-08-06 Andrew Luo Jonathan Wakely -- cgit v1.1