]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Sep 2025 00:25:04 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Sep 2025 00:25:04 +0000 (00:25 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index f06b0c838fbdf5c9043c45824c33e0cb49c07377..7aa594e9c09f4cb65e7fdf80f3f9bc960bba4b4d 100644 (file)
@@ -1 +1 @@
-20250912
+20250913
index 6b8b2bde362d8f90f57b5960d4fd53c8178100bf..0e20285553d9468871d2a227fc0a524e936c7026 100644 (file)
@@ -1,3 +1,12 @@
+2025-09-12  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-09-12  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/121795
+       * pt.cc (unify) <case PACK_INDEX_TYPE>: New non-deduced context
+       case.
+
 2025-09-11  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 2972b614957e3f901c9ea7664cb7f346146163d8..fc690a38ea2ef9c80a4911d5d9bdba80c62dcf10 100644 (file)
@@ -1,3 +1,12 @@
+2025-09-12  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-09-12  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/121795
+       * g++.dg/cpp26/pack-indexing17.C: New test.
+       * g++.dg/cpp26/pack-indexing17a.C: New test.
+
 2025-09-11  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index dc7bdff666c86f2cac2868f29609347fa714d890..b387d8f098a8bc9d274dd45595cadcc65c54fb88 100644 (file)
@@ -1,3 +1,12 @@
+2025-09-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-09-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/117276
+       * include/pstl/parallel_backend_tbb.h (__func_task::finalize):
+       Make deallocation unconditional.
+
 2025-09-10  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: