]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 Nov 2023 00:18:49 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 Nov 2023 00:18:49 +0000 (00:18 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index d08907ad1a7252a20e8af4e060f889f96ee663ba..697a5fceddd17ea06ae8b64b6e9eb73446e34517 100644 (file)
@@ -1 +1 @@
-20231114
+20231115
index 83dc1c3fcc15d930c53cd1949b0885cc610ae51d..6fd15099c9ff7af42d654abb86ae62779a84640e 100644 (file)
@@ -1,3 +1,23 @@
+2023-11-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/112348
+       * include/std/stacktrace (hash<basic_stacktrace<Alloc>>): Fix
+       type of hash function for entries.
+       * testsuite/19_diagnostics/stacktrace/hash.cc: New test.
+
+2023-11-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/112491
+       * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.size): Fix
+       calculation to use _M_start._M_cur.
+       * testsuite/libstdc++-xmethods/deque.cc: Check failing cases.
+
 2023-11-13  Tom Tromey  <tromey@adacore.com>
 
        Backported from master: