This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49ac89e03f2 testsuite: Add test for already fixed PR [PR104826] new 1ccbf8e2c24 libstdc++: Make std::unique_lock self-move-assignable
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/include/bits/unique_lock.h | 9 ++----- libstdc++-v3/include/std/shared_mutex | 2 ++ .../30_threads/shared_lock/cons/lwg4172.cc | 28 ++++++++++++++++++++++ .../30_threads/unique_lock/cons/lwg4172.cc | 27 +++++++++++++++++++++ 4 files changed, 59 insertions(+), 7 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/shared_lock/cons/lwg4172.cc create mode 100644 libstdc++-v3/testsuite/30_threads/unique_lock/cons/lwg4172.cc