This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ba1536dac78 AArch64: Cleanup move immediate code new 48e21e878b2 libstdc++: The Trouble with Tribbles new af177d72806 libstdc++: Add nodiscard attribute to mutex try_lock functions new 4ba94abf147 libstdc++: Add hint to compiler about vector invariants [PR106434] new 5329e1a8e14 libstdc++: Make chrono::hh_mm_ss more compact
The 4 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/include/bits/std_mutex.h | 1 + libstdc++-v3/include/bits/unique_lock.h | 5 + libstdc++-v3/include/bits/vector.tcc | 40 +++--- libstdc++-v3/include/std/chrono | 145 ++++++++++++++++----- libstdc++-v3/include/std/format | 29 +++-- libstdc++-v3/include/std/mutex | 14 ++ libstdc++-v3/include/std/shared_mutex | 22 +++- .../try_lock_until/clock_neg.cc | 4 +- .../testsuite/30_threads/shared_lock/locking/3.cc | 2 +- .../testsuite/30_threads/shared_lock/locking/4.cc | 2 +- .../30_threads/shared_lock/locking/clock_neg.cc | 4 +- .../shared_timed_mutex/try_lock_until/clock_neg.cc | 4 +- .../timed_mutex/try_lock_until/clock_neg.cc | 4 +- libstdc++-v3/testsuite/30_threads/try_lock/4.cc | 2 +- .../testsuite/30_threads/unique_lock/cons/60497.cc | 2 +- .../testsuite/30_threads/unique_lock/locking/3.cc | 2 +- .../30_threads/unique_lock/locking/clock_neg.cc | 4 +- .../testsuite/std/format/functions/format.cc | 4 + libstdc++-v3/testsuite/std/format/parse_ctx.cc | 45 +++---- libstdc++-v3/testsuite/std/time/hh_mm_ss/1.cc | 56 +++++++- 20 files changed, 283 insertions(+), 108 deletions(-)