This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd59ba43413 gcc/ PR rtl-optimization/87899 * lra-lives.c (start_livin [...] new ca476f59936 Fix overflows in std::pmr::unsynchonized_pool_resource new 442581353de Fix incorrect assertion when deallocating big block new abcd0bc2723 Improve handling of pool_options::largest_required_pool_block new cb37da99a81 Remove redundant loop in unsynchronized_pool_resource code new 338fba95eb8 Fix unused parameter warnings introduced in earlier patch
The 5 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/ChangeLog | 49 ++++++ libstdc++-v3/src/c++17/memory_resource.cc | 183 +++++++++++++-------- .../allocate-max-chunks.cc | 88 ++++++++++ .../unsynchronized_pool_resource/allocate.cc | 94 ++++++++++- .../unsynchronized_pool_resource/options.cc | 62 ++++++- 5 files changed, 402 insertions(+), 74 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/all [...]