This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5cb46d8fff0 emit-rtl: Tweak validate_subreg ordered_p condition [PR120447] new 7be4913b8f8 libstdc++: Fix std::counting_semaphore::acquire deadlock [P [...] new 5dc3c5c1648 libstdc++: Refactor __semaphore_base member functions
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/include/bits/semaphore_base.h | 105 +++++++++++++-------- .../testsuite/30_threads/semaphore/104928-2.cc | 101 ++++++++++++++++++++ .../testsuite/30_threads/semaphore/104928.cc | 70 ++++++++++++++ 3 files changed, 239 insertions(+), 37 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/semaphore/104928-2.cc create mode 100644 libstdc++-v3/testsuite/30_threads/semaphore/104928.cc