This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb995d0edd5 RISC-V: Fix epilogue unwind info with fp and single sp adjust. new 94fd7e5dda9 Implement std::pmr::synchronized_pool_resource
The 1 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 | 37 ++ libstdc++-v3/config/abi/pre/gnu.ver | 19 +- libstdc++-v3/include/std/memory_resource | 78 ++++- libstdc++-v3/include/std/shared_mutex | 102 +++++- libstdc++-v3/include/std/version | 5 + libstdc++-v3/src/c++17/memory_resource.cc | 291 ++++++++++++++++ .../allocate.cc | 112 +------ .../cons.cc | 27 +- .../is_equal.cc | 11 +- .../synchronized_pool_resource/multithreaded.cc | 86 +++++ .../synchronized_pool_resource/options.cc} | 72 ++-- .../release.cc | 19 +- .../performance/20_util/memory_resource/pools.cc | 371 +++++++++++++++++++-- 13 files changed, 1008 insertions(+), 222 deletions(-) copy libstdc++-v3/testsuite/20_util/{unsynchronized_pool_resource => synchronized_ [...] copy libstdc++-v3/testsuite/20_util/{unsynchronized_pool_resource => synchronized_ [...] copy libstdc++-v3/testsuite/20_util/{unsynchronized_pool_resource => synchronized_ [...] create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/multi [...] copy libstdc++-v3/testsuite/{30_threads/shared_mutex/try_lock/2.cc => 20_util/sync [...] copy libstdc++-v3/testsuite/20_util/{unsynchronized_pool_resource => synchronized_ [...]