This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5050287acd diagnostics: introduce xml::doctypedecl to avoid hardcoding html new 7407891a3d7 libstdc++: Use std::conditional_t instead of lambda to sele [...] new 37fe7e7069c libstdc++: Add more tests for semaphores
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 | 22 ++++++---------------- libstdc++-v3/include/std/semaphore | 4 ++-- libstdc++-v3/testsuite/30_threads/semaphore/1.cc | 22 ++++++++++++++++++++++ libstdc++-v3/testsuite/30_threads/semaphore/3.cc | 19 +++++++++++++++++++ .../testsuite/30_threads/semaphore/cons_neg.cc | 12 ++++++++++++ 5 files changed, 61 insertions(+), 18 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/semaphore/3.cc create mode 100644 libstdc++-v3/testsuite/30_threads/semaphore/cons_neg.cc