From: GCC Administrator Date: Thu, 16 Nov 2023 00:19:02 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.5.0~483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442a9f08d39eee53e1a8a598b95743e8a16681ab;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 697a5fceddd1..7c322b01344c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20231115 +20231116 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4281e011614a..2ce20a21dcab 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,14 @@ +2023-11-15 Jonathan Wakely + + Backported from master: + 2023-11-15 Jonathan Wakely + + 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 Backported from master: