This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from e97add21ed9 Backport r271548 new a848a0dd15f PR libstdc++/85965 move is_invocable assertions again new cbf3cfb9f67 Fix uses of non-reserved names for template parameters new c8dcaf0e80d Fix std::midpoint(T*, T*) for reversed arguments
The 3 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 | 48 +++++++++++++ libstdc++-v3/include/bits/hashtable.h | 6 -- libstdc++-v3/include/bits/hashtable_policy.h | 15 ++++- libstdc++-v3/include/bits/random.h | 4 +- libstdc++-v3/include/bits/stl_tree.h | 38 ++++++----- libstdc++-v3/include/experimental/type_traits | 8 +-- libstdc++-v3/include/pstl/execution_defs.h | 12 ++-- libstdc++-v3/include/pstl/execution_impl.h | 2 +- libstdc++-v3/include/std/numeric | 2 +- libstdc++-v3/testsuite/17_intro/names.cc | 78 +++++++++++++++++++++- .../testsuite/23_containers/map/48101_neg.cc | 4 ++ .../testsuite/23_containers/multimap/48101_neg.cc | 4 ++ .../testsuite/23_containers/multiset/48101_neg.cc | 3 + .../testsuite/23_containers/set/48101_neg.cc | 3 + libstdc++-v3/testsuite/23_containers/set/85965.cc | 9 +++ .../23_containers/unordered_map/48101_neg.cc | 2 + .../23_containers/unordered_multimap/48101_neg.cc | 2 + .../23_containers/unordered_multiset/48101_neg.cc | 2 + .../23_containers/unordered_set/48101_neg.cc | 2 + .../testsuite/23_containers/unordered_set/85965.cc | 9 +++ .../testsuite/26_numerics/midpoint/pointer.cc | 2 +- .../expc++.h => testsuite/experimental/names.cc} | 47 ++++++++----- 22 files changed, 243 insertions(+), 59 deletions(-) copy libstdc++-v3/{include/precompiled/expc++.h => testsuite/experimental/names.cc} (58%)