This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 55bdee9af3c libstdc++-v3/libsupc++/eh_call.cc: Avoid "set but not used" [...] new f639343dc8c libstdc++: Improve std::async test new 5bad23ceec0 libstdc++: Use FUTEX_CLOCK_REALTIME for futex wait new 01d412ef36f libstdc++: Support futex waiting on chrono::steady_clock directly new 87fce1923fc libstdc++: Use std::chrono::steady_clock as atomic_futex re [...] new b9faa3301c5 libstdc++: Loop when futex waits against arbitrary clock new f9ddb696a28 libstdc++: Avoid rounding errors in std::future::wait_* [PR 91486] new e05ff30078e libstdc++: Avoid rounding errors on custom clocks in condit [...]
The 7 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/config/abi/pre/gnu.ver | 10 +- libstdc++-v3/include/bits/atomic_futex.h | 93 ++++++++++++++-- libstdc++-v3/include/std/chrono | 19 +++- libstdc++-v3/include/std/condition_variable | 18 ++-- libstdc++-v3/src/c++11/futex.cc | 119 +++++++++++++++++++++ libstdc++-v3/testsuite/30_threads/async/async.cc | 118 ++++++++++++++++++++ .../30_threads/condition_variable/members/68519.cc | 61 +++++++++-- 7 files changed, 403 insertions(+), 35 deletions(-)