This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 365ada71ff5 2019-04-25 Andreas Tobler andreast@gcc.gnu.org new f0a82465816 PR libstdc++/90239 use uses_allocator_construction_args in [...]
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 | 11 +++ libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 4 +- libstdc++-v3/include/std/scoped_allocator | 21 +++++ .../scoped_allocator/construct_pair_c++2a.cc | 97 ++++++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 5 files changed, 133 insertions(+), 2 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/construct_pair_ [...]