From 6187750aa83aef378fe214ed7d804e7d0df25ab1 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Wed, 17 May 2023 00:20:26 +0000 Subject: [PATCH] Daily bump. --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ae488c0e7fc5..e2f60e4d429e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230516 +20230517 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c9fc4ec3fad0..2d1423be22f1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,16 @@ +2023-05-16 Jonathan Wakely + + Backported from master: + 2022-11-28 Jonathan Wakely + + 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 Backported from master: -- 2.47.3