This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 94aadd3917a AArch64: Make every option in options.def one line new 6a9c77f14d1 C++2a Utility functions to implement uses-allocator constru [...] new 5b313df9cb7 Fix test memory_resource to work without sized deallocation
The 2 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 | 16 + libstdc++-v3/include/std/memory | 193 ++++++++++ libstdc++-v3/include/std/memory_resource | 11 + .../{construct_pair.cc => construct_c++2a.cc} | 19 +- .../testsuite/20_util/uses_allocator/make_obj.cc | 403 +++++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_allocator.h | 4 + 6 files changed, 644 insertions(+), 2 deletions(-) copy libstdc++-v3/testsuite/20_util/polymorphic_allocator/{construct_pair.cc => co [...] create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/make_obj.cc