This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 51eb70a * tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix [...] new e9ab934 Replace __bind_simple with std::thread::__make_invoker new c0f4422 PR c/77946 * tree.h (FALLTHROUGH_LABEL_P): Use private_flag [...]
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: gcc/ChangeLog | 7 +++ gcc/testsuite/ChangeLog | 5 ++ .../c-c++-common/Wimplicit-fallthrough-34.c | 12 +++++ gcc/tree.h | 2 +- gcc/varasm.c | 4 +- libstdc++-v3/ChangeLog | 13 +++++ libstdc++-v3/include/std/functional | 63 ---------------------- libstdc++-v3/include/std/future | 36 +++++-------- libstdc++-v3/include/std/thread | 56 +++++++++++++++++-- 9 files changed, 107 insertions(+), 91 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-34.c