From: GCC Administrator Date: Fri, 5 Sep 2025 00:21:37 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6c459e0e08e13758be190e7e20e035e90ef14d4;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index afd7c002687..0cc4fce33a1 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250904 +20250905 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a0999615fda..a2f8079ef06 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,33 @@ +2025-09-04 Jonathan Wakely + + Backported from master: + 2025-09-03 Jonathan Wakely + + PR libstdc++/110853 + * include/bits/stl_pair.h [C++20] (pair(const T1&, const T2&)): + Use std::type_identity_t for first parameter. + * testsuite/20_util/pair/cons/110853.cc: New test. + +2025-09-04 Jonathan Wakely + + Backported from master: + 2025-09-03 Jonathan Wakely + + PR libstdc++/121745 + * include/bits/stl_pair.h (get): Use forward instead of move in + std::get overloads for rvalue pairs. + * testsuite/20_util/pair/astuple/get_by_type.cc: Check all value + categories and cv-qualification. + +2025-09-04 Jonathan Wakely + + Backported from master: + 2025-07-17 Jonathan Wakely + + PR libstdc++/121097 + * include/c_global/cmath (hypot): Use __promote_3 instead of + __promoted. + 2025-06-11 Jonathan Wakely Backported from master: