This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac90e8b2690 Improve checks on C2x fallthrough attribute. new acf32f99a53 Support for jthread and stop_token
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 | 19 ++ libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/std/condition_variable | 84 +++++ libstdc++-v3/include/std/stop_token | 370 +++++++++++++++++++++ libstdc++-v3/include/std/thread | 125 +++++++ libstdc++-v3/include/std/version | 1 + .../condition_variable_any/stop_token}/1.cc | 10 +- .../condition_variable_any/stop_token}/2.cc | 8 +- .../condition_variable_any/stop_token/wait_on.cc | 136 ++++++++ .../span => 30_threads/jthread}/1.cc | 10 +- .../span => 30_threads/jthread}/2.cc | 8 +- .../testsuite/30_threads/jthread/jthread.cc | 198 +++++++++++ .../bit/header.cc => 30_threads/stop_token/1.cc} | 10 +- .../span => 30_threads/stop_token}/2.cc | 8 +- .../testsuite/30_threads/stop_token/stop_token.cc | 100 ++++++ 16 files changed, 1062 insertions(+), 27 deletions(-) create mode 100644 libstdc++-v3/include/std/stop_token copy libstdc++-v3/testsuite/{23_containers/span => 30_threads/condition_variable_a [...] copy libstdc++-v3/testsuite/{23_containers/span => 30_threads/condition_variable_a [...] create mode 100644 libstdc++-v3/testsuite/30_threads/condition_variable_any/stop_t [...] copy libstdc++-v3/testsuite/{23_containers/span => 30_threads/jthread}/1.cc (80%) copy libstdc++-v3/testsuite/{23_containers/span => 30_threads/jthread}/2.cc (81%) create mode 100644 libstdc++-v3/testsuite/30_threads/jthread/jthread.cc copy libstdc++-v3/testsuite/{26_numerics/bit/header.cc => 30_threads/stop_token/1. [...] copy libstdc++-v3/testsuite/{23_containers/span => 30_threads/stop_token}/2.cc (81%) create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_token.cc