This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 75a547b9446 Diagnose duplicate C2x standard attributes. new 042fa329a42 libstdc++: Fix <stop_token> and improve tests
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 | 28 ++++ libstdc++-v3/include/std/stop_token | 175 ++++++++++++--------- libstdc++-v3/include/std/version | 4 +- .../30_threads/stop_token/stop_callback.cc | 128 +++++++++++++++ .../testsuite/30_threads/stop_token/stop_source.cc | 19 +++ .../testsuite/30_threads/stop_token/stop_token.cc | 81 +++++++++- 6 files changed, 353 insertions(+), 82 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_callback.cc