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 c32e22f8a8d Daily bump. new 5eb93522a66 libstdc++: Add testcase for std::filesystem::copy [PR118699] new 6f93995b8db libstdc++: Add static_assert to std::packaged_task::package [...] new f9ff3cd95c9 libstdc++: Check feature test macro for associative contain [...] new b37d9e53812 libstdc++: Add ranges::range_common_reference_t for C++20 ( [...]
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/include/bits/ranges_base.h | 6 ++++ libstdc++-v3/include/bits/stl_map.h | 4 +-- libstdc++-v3/include/bits/stl_multimap.h | 4 +-- libstdc++-v3/include/bits/stl_multiset.h | 4 +-- libstdc++-v3/include/bits/stl_set.h | 4 +-- libstdc++-v3/include/bits/stl_tree.h | 8 ++--- libstdc++-v3/include/std/future | 9 ++++- .../testsuite/27_io/filesystem/operations/copy.cc | 18 ++++++++++ .../30_threads/packaged_task/cons/dangling_ref.cc | 1 + .../30_threads/packaged_task/cons/lwg4154_neg.cc | 38 ++++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/range.cc | 6 ++++ 11 files changed, 89 insertions(+), 13 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/packaged_task/cons/lwg4154_neg.cc