This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 182823e5842 Add r274540 to LOCAL_PATCHES. new 291fa0841db PR libstdc++/91456 make INVOKE<R> work with uncopyable prvalues
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/ChangeLog | 13 +++++++ libstdc++-v3/include/bits/std_function.h | 10 +++--- libstdc++-v3/include/std/type_traits | 41 ++++++++++++++++++++-- .../{variant/90008.cc => function/91456.cc} | 26 +++++++------- .../incomplete_neg.cc => is_invocable/91456.cc} | 27 +++++++------- 5 files changed, 83 insertions(+), 34 deletions(-) copy libstdc++-v3/testsuite/20_util/{variant/90008.cc => function/91456.cc} (62%) copy libstdc++-v3/testsuite/20_util/{is_aggregate/incomplete_neg.cc => is_invocabl [...]