This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 11aaa98 Class template argument deduction in new-expression * init. [...] new 31ab13f PR 79798 Fix incorrect use of std::result_of in std::bind new 6cb2833 PR libstdc++/79789 fix non-reserved names in headers
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 | 23 +++++ libstdc++-v3/include/bits/hashtable_policy.h | 22 ++--- libstdc++-v3/include/bits/ios_base.h | 8 +- libstdc++-v3/include/bits/list.tcc | 8 +- libstdc++-v3/include/bits/mask_array.h | 4 +- libstdc++-v3/include/bits/regex.h | 4 +- libstdc++-v3/include/bits/slice_array.h | 4 +- libstdc++-v3/include/bits/stl_algo.h | 6 +- libstdc++-v3/include/std/functional | 2 +- libstdc++-v3/include/std/memory | 6 +- libstdc++-v3/include/std/type_traits | 9 +- libstdc++-v3/libsupc++/exception_ptr.h | 4 +- libstdc++-v3/testsuite/17_intro/headers/names.cc | 101 +++++++++++++++++++++ .../79486.cc => 20_util/bind/79798.cc} | 16 +++- 14 files changed, 174 insertions(+), 43 deletions(-) create mode 100644 libstdc++-v3/testsuite/17_intro/headers/names.cc copy libstdc++-v3/testsuite/{30_threads/packaged_task/79486.cc => 20_util/bind/797 [...]