This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c46e445b08c 2018-11-06 Aaron Sawdey acsawdey@linux.ibm.com new 76b49a0858e Implement std::pmr::unsynchronized_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 | 32 + libstdc++-v3/config/abi/pre/gnu.ver | 9 + libstdc++-v3/include/std/memory_resource | 105 ++- libstdc++-v3/src/c++17/Makefile.am | 5 + libstdc++-v3/src/c++17/Makefile.in | 5 + libstdc++-v3/src/c++17/memory_resource.cc | 786 ++++++++++++++++++++- .../unsynchronized_pool_resource/allocate.cc | 155 ++++ .../unsynchronized_pool_resource/is_equal.cc} | 17 +- .../options.cc} | 27 +- .../unsynchronized_pool_resource/release.cc | 113 +++ 10 files changed, 1221 insertions(+), 33 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/all [...] copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 20_util/ [...] copy libstdc++-v3/testsuite/20_util/{function_objects/not_fn/87538.cc => unsynchro [...] create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/release.cc