]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Sep 2025 00:21:37 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Sep 2025 00:21:37 +0000 (00:21 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index afd7c0026872261331c41fd7e063111b4bb47c7b..0cc4fce33a130c5e95d74882f528a7d616dd45fb 100644 (file)
@@ -1 +1 @@
-20250904
+20250905
index a0999615fda68b3d20af23a0360fe21d9dd4d0f9..a2f8079ef06739984d093759d9b71f04cbec58b1 100644 (file)
@@ -1,3 +1,33 @@
+2025-09-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-09-03  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/110853
+       * include/bits/stl_pair.h [C++20] (pair(const T1&, const T2&)):
+       Use std::type_identity_t<T1> for first parameter.
+       * testsuite/20_util/pair/cons/110853.cc: New test.
+
+2025-09-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-09-03  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/121745
+       * include/bits/stl_pair.h (get): Use forward instead of move in
+       std::get<T> 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  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-07-17  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/121097
+       * include/c_global/cmath (hypot): Use __promote_3 instead of
+       __promoted.
+
 2025-06-11  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: