This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f61e5d4d8b6 Fortran: fix sm computation in CFI_allocate [PR93524] new 6c63cb231e4 libstdc++: Implement LWG 3422 for std::seed_seq new b5a29741db1 libstdc++: Remove garbage collection support for C++23 [P2186R2] new c5565961193 libstdc++: Simplify std::try_lock and std::lock further
The 3 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/random.h | 2 +- libstdc++-v3/include/bits/random.tcc | 2 +- libstdc++-v3/include/std/memory | 4 +- libstdc++-v3/include/std/mutex | 108 +++++++++++++----- libstdc++-v3/testsuite/20_util/pointer_safety/1.cc | 2 +- .../26_numerics/random/seed_seq/cons/default.cc | 4 +- .../26_numerics/random/seed_seq/cons/initlist.cc | 7 ++ libstdc++-v3/testsuite/30_threads/lock/3.cc | 4 +- libstdc++-v3/testsuite/30_threads/lock/4.cc | 124 +++++++++++++++++++++ libstdc++-v3/testsuite/30_threads/try_lock/5.cc | 41 +++++++ .../testsuite/30_threads/unique_lock/cons/60497.cc | 6 + 11 files changed, 268 insertions(+), 36 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/try_lock/5.cc