From: GCC Administrator Date: Thu, 7 Dec 2023 00:21:11 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.3.0~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94f51fcd4b7544e71386dd898481aff13bc78b18;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 76ff872532c3..af1f8a0d7194 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20231206 +20231207 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 94093137b249..48e634c06074 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,54 @@ +2023-12-06 Jonathan Wakely + + Backported from master: + 2023-12-05 Jonathan Wakely + + PR libstdc++/111948 + * include/bits/ranges_util.h (subrange): Add constructor to + _Size to avoid setting member in constructor. + * testsuite/std/ranges/subrange/111948.cc: New test. + +2023-12-06 Jonathan Wakely + + Backported from master: + 2023-11-13 Jonathan Wakely + + PR libstdc++/112480 + * include/std/optional (_Optional_payload_base::_M_reset): Set + _M_engaged to false unconditionally. + +2023-12-06 Jonathan Wakely + + Backported from master: + 2023-11-11 Jonathan Wakely + + PR libstdc++/112473 + * include/bits/utility.h (integer_sequence): Add static_assert. + * testsuite/20_util/integer_sequence/112473.cc: New test. + +2023-12-06 Jonathan Wakely + + Backported from master: + 2023-12-05 Jonathan Wakely + + PR libstdc++/112832 + * include/std/format (formatter::set_debug_format): Ensure this + member is defined conditionally for all specializations. + * testsuite/std/format/formatter/112832.cc: New test. + +2023-12-06 Jonathan Wakely + + Backported from master: + 2023-11-04 Jonathan Wakely + + PR libstdc++/110133 + * include/std/system_error (system_error::system_error): Group + arguments so that concatenation can reuse rvalue's capacity. + * src/c++11/system_error.cc (strerror_string): New function. + [_GLIBCXX_HAVE_STRERROR_R] (use_strerror_result): New functions. + (generic_error_category::message): Use strerror_string. + (system_error_category::message): Likewise. + 2023-12-05 Jakub Jelinek Backported from master: