This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from da82bf0a5fe c++: Honor complain in cp_build_function_call_vec for check [...] new 7178e38e89e libstdc++: Fix incorrect DocBook element in manual new 785ddc26e20 libstdc++: Add Doxygen docs for std::forward_like new a7c5c4931f5 libstdc++: Fix std::future::wait_until for subsecond negati [...]
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/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/move.h | 12 ++++++++++ libstdc++-v3/src/c++11/futex.cc | 4 ++-- .../testsuite/30_threads/future/members/118093.cc | 26 ++++++++++++++++++++++ 7 files changed, 58 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/future/members/118093.cc