This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 989a5fb3aa5 Add acc_device_radeon to name_of_acc_device_t function new 0a8f4febf75 libstdc++: Fix conformance issues in <stop_token> (PR92895)
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 | 69 +++ libstdc++-v3/include/std/stop_token | 478 ++++++++++++++++----- .../stop_token/stop_callback/deadlock-mt.cc} | 52 ++- .../stop_token/stop_callback/deadlock.cc} | 25 +- .../30_threads/stop_token/stop_callback/destroy.cc | 83 ++++ .../stop_token/stop_callback/destructible_neg.cc} | 39 +- .../stop_token/stop_callback/invocable_neg.cc} | 15 +- .../stop_token/stop_callback/invoke.cc} | 37 +- .../stop_token/stop_source/assign.cc} | 28 +- .../stop_token/stop_token/stop_possible.cc} | 26 +- 10 files changed, 679 insertions(+), 173 deletions(-) copy libstdc++-v3/testsuite/{20_util/shared_ptr/atomic/3.cc => 30_threads/stop_tok [...] copy libstdc++-v3/testsuite/{29_atomics/atomic_integral/cons/value_init.cc => 30_t [...] create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_callback/destroy.cc copy libstdc++-v3/testsuite/{std/ranges/access/end_neg.cc => 30_threads/stop_token [...] copy libstdc++-v3/testsuite/{std/ranges/access/size_neg.cc => 30_threads/stop_toke [...] copy libstdc++-v3/testsuite/{29_atomics/atomic_float/value_init.cc => 30_threads/s [...] copy libstdc++-v3/testsuite/{29_atomics/atomic_integral/cons/value_init.cc => 30_t [...] copy libstdc++-v3/testsuite/{29_atomics/atomic_integral/cons/value_init.cc => 30_t [...]