This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4948f7357bf Refactor IPA devirt a bit. new 7ea1d784d6d libstdc++: Improve tests for try_lock_until members of mutex types new d4fe8287851 libstdc++: PR 78237 Add full steady_clock support to timed_mutex new 0f63c8a011a libstdc++: Fix timed_mutex::try_lock_until on arbitrary clo [...] new fb04c549ccd libstdc++: Add full steady_clock support to shared_timed_mutex new 33b0babd4fc libstdc++: Fix try_lock_until and try_lock_shared_until on [...]
The 5 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 | 80 ++++++++++ libstdc++-v3/acinclude.m4 | 64 ++++++++ libstdc++-v3/config.h.in | 7 + libstdc++-v3/configure | 170 +++++++++++++++++++++ libstdc++-v3/configure.ac | 6 + libstdc++-v3/include/std/mutex | 61 ++++++-- libstdc++-v3/include/std/shared_mutex | 117 +++++++++++--- .../30_threads/condition_variable/members/2.cc | 17 +-- .../try_lock_until/3.cc} | 43 ++++-- .../30_threads/shared_timed_mutex/try_lock/3.cc | 17 ++- .../2.cc => timed_mutex/try_lock_until/3.cc} | 43 ++++-- .../2.cc => timed_mutex/try_lock_until/4.cc} | 41 ++--- .../30_threads/timed_mutex/try_lock_until/57641.cc | 18 ++- .../testsuite/30_threads/unique_lock/locking/4.cc | 14 +- .../operators/bitwise_neg.cc => util/slow_clock.h} | 31 ++-- 15 files changed, 605 insertions(+), 124 deletions(-) copy libstdc++-v3/testsuite/30_threads/{shared_timed_mutex/try_lock/2.cc => recurs [...] copy libstdc++-v3/testsuite/30_threads/{shared_timed_mutex/try_lock/2.cc => timed_ [...] copy libstdc++-v3/testsuite/30_threads/{shared_timed_mutex/try_lock/2.cc => timed_ [...] copy libstdc++-v3/testsuite/{29_atomics/atomic_integral/operators/bitwise_neg.cc = [...]