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

index 697a5fceddd17ea06ae8b64b6e9eb73446e34517..7c322b01344ce26350f3ecb0cf0cb88404bc4ceb 100644 (file)
@@ -1 +1 @@
-20231115
+20231116
index 4281e011614afb70eb39ffc9faaa2bd511dcc086..2ce20a21dcab4c3d59b5820bea49becd94c8ffe2 100644 (file)
@@ -1,3 +1,14 @@
+2023-11-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/112491
+       * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.index):
+       Correctly handle unused capacity at the start of the first node.
+       * testsuite/libstdc++-xmethods/deque.cc: Check index operator
+       when elements have been removed from the front.
+
 2023-11-14  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: