https://gcc.gnu.org/g:5a804924b8fec76a3c2cb3557d3197ea9cd331c7
commit r12-10757-g5a804924b8fec76a3c2cb3557d3197ea9cd331c7 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Tue Oct 8 00:20:03 2024 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 09c64f0d7885..4eb153b60d23 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241007 +20241008 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 92466e991a0d..176f0d3de3f3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,89 @@ +2024-10-07 Jonathan Wakely <jwak...@redhat.com> + + * include/std/string_view (basic_string_view::copy) Use explicit + template argument for call to std::min<size_t>. + (basic_string_view::substr): Likewise. + +2024-10-07 Jonathan Wakely <jwak...@redhat.com> + + Backported from master: + 2024-06-21 Jonathan Wakely <jwak...@redhat.com> + + * testsuite/util/testsuite_allocator.h (tracker_allocator): + Initialize base class in copy constructor. + +2024-10-07 Jonathan Wakely <jwak...@redhat.com> + + * src/c++17/fs_ops.cc (remove_all) [__FreeBSD__ || __DragonFly__]: + Check for EMLINK as well as ELOOP. + [__NetBSD__]: Check for EFTYPE as well as ELOOP. + +2024-10-07 Jonathan Wakely <jwak...@redhat.com> + + Backported from master: + 2024-06-12 Jonathan Wakely <jwak...@redhat.com> + + PR libstdc++/115399 + * include/tr2/dynamic_bitset (operator>>=): Remove redundant + call to _M_do_sanitize. + * include/tr2/dynamic_bitset.tcc (_M_do_left_shift): Zero out + low bits in words that should no longer be populated. + (_M_do_right_shift): Likewise for high bits. + * testsuite/tr2/dynamic_bitset/pr115399.cc: New test. + +2024-10-07 Kim Gräsman <kim.gras...@gmail.com> + + Backported from master: + 2024-08-28 Kim Gräsman <kim.gras...@gmail.com> + + * include/bits/cpp_type_traits.h: Improve doxygen file docs. + +2024-10-07 Kim Gräsman <kim.gras...@gmail.com> + + Backported from master: + 2024-08-28 Kim Gräsman <kim.gras...@gmail.com> + + * config/cpu/aarch64/opt/ext/opt_random.h: Improve doxygen file + docs. + * config/cpu/i486/opt/ext/opt_random.h: Likewise. + +2024-10-07 Jonathan Wakely <jwak...@redhat.com> + + Backported from master: + 2024-07-06 Jonathan Wakely <jwak...@redhat.com> + + * include/std/variant (_Variant_storage::_M_reset): Use + __unlikely__ form of attribute instead of unlikely. + +2024-10-07 Jonathan Wakely <jwak...@redhat.com> + + Backported from master: + 2024-08-28 Jonathan Wakely <jwak...@redhat.com> + + * configure.ac: Fix check for O_NONBLOCK. + * config.h.in: Regenerate. + * configure: Regenerate. + +2024-10-07 Jonathan Wakely <jwak...@redhat.com> + + Backported from master: + 2024-09-10 Jonathan Wakely <jwak...@redhat.com> + + PR libstdc++/116641 + * include/bits/basic_string.h (operator=(basic_string&&)): Call + _M_assign instead of assign. + * testsuite/21_strings/basic_string/allocator/116641.cc: New + test. + +2024-10-07 Jonathan Wakely <jwak...@redhat.com> + + Backported from master: + 2024-06-28 Jonathan Wakely <jwak...@redhat.com> + + PR libstdc++/115585 + * src/c++11/assert_fail.cc (__glibcxx_assert_fail): Add + definition for non-verbose builds. + 2024-07-09 Jonathan Wakely <jwak...@redhat.com> Backported from master: