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

index ae488c0e7fc58c0aa7372263469c2dbba936e19d..e2f60e4d429e0d10660378c9886f3614065c36c1 100644 (file)
@@ -1 +1 @@
-20230516
+20230517
index c9fc4ec3fad0c934480324037782d6e30e29eaf7..2d1423be22f1c34d8077f1ec63c962786abfb147 100644 (file)
@@ -1,3 +1,16 @@
+2023-05-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-11-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/107801
+       * src/c++17/memory_resource.cc (chunk::_M_bytes): Change type
+       from uint32_t to bitset::size_type. Adjust static assertion.
+       (__pool_resource::_Pool::replenish): Cast to size_t after
+       multiplication instead of before.
+       (__pool_resource::_M_alloc_pools): Ensure both arguments to
+       std::max have type size_t.
+
 2023-05-11  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: