diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-08-08 00:16:34 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-08-08 00:16:34 +0000 |
commit | a72e938d710fa4b6c8eb89c4daab68e320fa97df (patch) | |
tree | 8596e970832e191fc180fb3a2ab11e5fcbb4f481 /libstdc++-v3 | |
parent | de1e3b8795e507c3cfa5b62984272628ca62a9bd (diff) | |
download | gcc-a72e938d710fa4b6c8eb89c4daab68e320fa97df.zip gcc-a72e938d710fa4b6c8eb89c4daab68e320fa97df.tar.gz gcc-a72e938d710fa4b6c8eb89c4daab68e320fa97df.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
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 <jwakely@redhat.com> + + 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 <jwakely@redhat.com> + + * 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 <jwakely@redhat.com> + + * config/abi/pre/gnu.ver: Fix wildcards for wstring symbols. + 2020-08-06 Andrew Luo <andrewluotechnologies@outlook.com> Jonathan Wakely <jwakely@redhat.com> |