This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 6f06b5201bb Daily bump. new 2de64a64b41 libstdc++: Ensure pool resources meet alignment requirement [...] new ab3781665da libstdc++: Do not use list-initialization in std::span memb [...] new fcbedcae9b6 libstdc++: Fix __uninitialized_default for constexpr case [ [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/include/bits/stl_uninitialized.h | 8 ++- libstdc++-v3/include/std/span | 15 +++--- libstdc++-v3/src/c++17/memory_resource.cc | 56 ++++++++++++++++----- .../20_util/synchronized_pool_resource/118681.cc | 6 +++ .../20_util/unsynchronized_pool_resource/118681.cc | 58 ++++++++++++++++++++++ .../testsuite/23_containers/span/120997.cc | 46 +++++++++++++++++ 6 files changed, 168 insertions(+), 21 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/118681.cc create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/118681.cc create mode 100644 libstdc++-v3/testsuite/23_containers/span/120997.cc