This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe4b53b2e7e testsuite: adjustments for amdgcn new bf1fc37bb4a libstdc++: Define and use chrono::is_clock for C++20 new e3ef371982a libstdc++ Add missing tests for std::shared_timed_mutex
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: libstdc++-v3/ChangeLog | 45 +++++++ libstdc++-v3/include/bits/fs_fwd.h | 42 ------ libstdc++-v3/include/std/chrono | 142 +++++++++++++++++++++ libstdc++-v3/include/std/condition_variable | 3 + libstdc++-v3/include/std/future | 3 + libstdc++-v3/include/std/mutex | 3 + libstdc++-v3/include/std/shared_mutex | 6 + libstdc++-v3/include/std/thread | 3 + .../30_threads/condition_variable/members/2.cc | 2 + .../members/clock_neg.cc} | 50 ++++---- .../members/clock_neg.cc} | 50 ++++---- .../members/clock_neg.cc} | 48 +++---- .../recursive_timed_mutex/try_lock_until/3.cc | 2 +- .../try_lock_until/clock_neg.cc} | 46 +++---- .../members/clock_neg.cc} | 48 +++---- .../locking/clock_neg.cc} | 48 +++---- .../try_lock_until/1.cc} | 27 ++-- .../try_lock_until/2.cc} | 20 ++- .../try_lock_until/clock_neg.cc} | 46 +++---- .../30_threads/timed_mutex/try_lock_until/3.cc | 2 +- .../30_threads/timed_mutex/try_lock_until/4.cc | 2 +- .../try_lock_until/clock_neg.cc} | 46 +++---- .../locking/clock_neg.cc} | 48 +++---- libstdc++-v3/testsuite/std/time/traits/is_clock.cc | 124 ++++++++++++++++++ libstdc++-v3/testsuite/util/slow_clock.h | 3 + 25 files changed, 592 insertions(+), 267 deletions(-) copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/30_threads/{recursive_timed_mutex/try_lock_until/3.cc [...] copy libstdc++-v3/testsuite/30_threads/{timed_mutex/try_lock_until/4.cc => shared_ [...] copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/30_threads/{stop_token/stop_callback/destructible_neg. [...] create mode 100644 libstdc++-v3/testsuite/std/time/traits/is_clock.cc