This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from abef36919f7 Optimize max/min pattern with comparison new 6591e422692 Add feature test macro for atomic<T>::wait
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/atomic_base.h | 36 +++++++++++----------- libstdc++-v3/include/bits/atomic_timed_wait.h | 5 +-- libstdc++-v3/include/bits/atomic_wait.h | 3 +- libstdc++-v3/include/bits/semaphore_base.h | 4 +-- libstdc++-v3/include/std/atomic | 16 +++++----- libstdc++-v3/include/std/latch | 4 +-- libstdc++-v3/include/std/semaphore | 4 +-- libstdc++-v3/include/std/version | 7 +++-- .../95282.cc => atomic/wait_notify/1.cc} | 18 ++++------- .../atomic/wait_notify}/2.cc | 12 +++++--- 10 files changed, 54 insertions(+), 55 deletions(-) copy libstdc++-v3/testsuite/29_atomics/{atomic_float/95282.cc => atomic/wait_notif [...] copy libstdc++-v3/testsuite/{27_io/basic_syncstream => 29_atomics/atomic/wait_noti [...]