This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eca04660a2c tree-optimization/117979 - failed irreducible loop update from DCE new 720945e8bcb libstdc++: Fix incorrect DocBook element in manual new 4a4e5394b30 libstdc++: Add Doxygen docs for std::forward_like new 5f44b1776e7 libstdc++: Fix std::deque::emplace calling wrong _M_insert_ [...] new 8ade3c3ea77 libstdc++: Fix std::future::wait_until for subsecond negati [...]
The 4 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/doc/html/index.html | 4 +- libstdc++-v3/doc/html/manual/api.html | 4 +- libstdc++-v3/doc/xml/manual/evolution.xml | 4 +- libstdc++-v3/include/bits/atomic_futex.h | 20 ++++++---- libstdc++-v3/include/bits/deque.tcc | 6 +-- libstdc++-v3/include/bits/move.h | 12 ++++++ libstdc++-v3/include/bits/stl_deque.h | 6 ++- libstdc++-v3/src/c++11/futex.cc | 4 +- .../23_containers/deque/modifiers/emplace/90389.cc | 43 ++++++++++++++++++++++ .../testsuite/30_threads/future/members/118093.cc | 26 +++++++++++++ 10 files changed, 109 insertions(+), 20 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/90389.cc create mode 100644 libstdc++-v3/testsuite/30_threads/future/members/118093.cc