This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f1adf45b17f Add instruction level discriminator support. new fa9bda3ea43 libstdc++: Make INVOKE<R> refuse to create dangling referen [...] new d01f112de4a libstdc++: Disable volatile-qualified std::bind for C++20
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/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/api.html | 5 ++++ libstdc++-v3/doc/html/manual/appendix.html | 2 +- libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +- libstdc++-v3/doc/html/manual/bugs.html | 6 ++++ libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/using_macros.html | 5 ++-- libstdc++-v3/doc/xml/manual/evolution.xml | 13 +++++++++ libstdc++-v3/doc/xml/manual/intro.xml | 9 ++++++ libstdc++-v3/doc/xml/manual/using.xml | 5 ++-- libstdc++-v3/include/bits/invoke.h | 30 ++++++++------------ libstdc++-v3/include/std/functional | 32 ++++++++++++++++------ libstdc++-v3/include/std/type_traits | 27 +++++++++++------- libstdc++-v3/testsuite/20_util/bind/cv_quals.cc | 25 +++++++++-------- libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc | 12 ++++---- .../testsuite/20_util/bind/dangling_ref.cc | 9 ++++++ .../testsuite/20_util/function/cons/70692.cc | 13 +++++++++ .../function_objects/invoke/dangling_ref.cc | 12 ++++++++ .../testsuite/20_util/is_invocable/dangling_ref.cc | 6 ++++ .../30_threads/packaged_task/cons/dangling_ref.cc | 11 ++++++++ 20 files changed, 167 insertions(+), 61 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/bind/dangling_ref.cc create mode 100644 libstdc++-v3/testsuite/20_util/function/cons/70692.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/invoke/dangling_ref.cc create mode 100644 libstdc++-v3/testsuite/20_util/is_invocable/dangling_ref.cc create mode 100644 libstdc++-v3/testsuite/30_threads/packaged_task/cons/dangling_ref.cc