This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from bfc7f358146 Put PREFETCHW back to march=broadwell new c9f528dd1a1 libstdc++: Optimise std::future::wait_for new e7ca3a43842 libstdc++: Avoid 32-bit time_t overflows in futex calls new 730e1357dfb libstdc++: Remove redundant overflow check for futex timeou [...]
The 3 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/std/future | 14 ++- libstdc++-v3/src/c++11/futex.cc | 60 +++++++++--- .../future/members/{wait.cc => 93456.cc} | 32 +++---- .../testsuite/30_threads/future/members/poll.cc | 106 +++++++++++++++++++++ 4 files changed, 180 insertions(+), 32 deletions(-) copy libstdc++-v3/testsuite/30_threads/future/members/{wait.cc => 93456.cc} (57%) create mode 100644 libstdc++-v3/testsuite/30_threads/future/members/poll.cc