This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ef1ddaf3e25 compiler: use SHA1-hash for symname for long gcbits symbols new 5d3695d03b7 PR libstdc++/85965 move is_invocable assertions again new 8d58624ab25 Fix uses of non-reserved names for template parameters new ac93735bc04 Fix std::variant test for ILP32 targets
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 | 40 ++++++++++++ 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 | 46 +++++++------- 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/testsuite/17_intro/names.cc | 73 +++++++++++++++++++++- libstdc++-v3/testsuite/20_util/variant/compile.cc | 10 ++- libstdc++-v3/testsuite/20_util/variant/run.cc | 11 ++++ .../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 +++ .../expc++.h => testsuite/experimental/names.cc} | 45 +++++++------ 22 files changed, 245 insertions(+), 67 deletions(-) copy libstdc++-v3/{include/precompiled/expc++.h => testsuite/experimental/names.cc} (61%)