This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a2e1c972050 libstdc++: Implement C++26 std::polymorphic [PR119152] new 08031b88e2a libstdc++: Pass small trivial types by value in polymorphic [...]
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/include/bits/cpyfunc_impl.h | 4 +++ libstdc++-v3/include/bits/funcref_impl.h | 4 +++ libstdc++-v3/include/bits/funcwrap.h | 20 ++++++++++++- libstdc++-v3/include/bits/mofunc_impl.h | 4 +++ .../testsuite/20_util/copyable_function/call.cc | 7 +++-- .../testsuite/20_util/copyable_function/conv.cc | 35 ++++++++++++++++++++++ .../20_util/copyable_function/incomplete_neg.cc | 18 +++++++++++ .../testsuite/20_util/function_ref/call.cc | 10 +++---- .../testsuite/20_util/function_ref/conv.cc | 34 +++++++++++++++++++++ .../20_util/function_ref/incomplete_neg.cc | 18 +++++++++++ .../testsuite/20_util/move_only_function/call.cc | 7 +++-- .../testsuite/20_util/move_only_function/conv.cc | 35 ++++++++++++++++++++++ .../20_util/move_only_function/incomplete_neg.cc | 18 +++++++++++ 13 files changed, 202 insertions(+), 12 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/copyable_function/incomplete_neg.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_ref/incomplete_neg.cc create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/incomplete_neg.cc