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 ac47b3b7666 Daily bump. new a66d9754b87 libstdc++: Implement LWG 2937 for std::filesystem::equivale [...] new 1921b0c0430 libstdc++: Add debug assertions to std::list and std::forward_list new dd8866d7963 libstdc++: Use ADL swap for containers' function objects [P [...] new 6e97d601f18 libstdc++: Add missing equality comparison in new tests [PR117921] new 70452d24fa4 libstdc++: Add missing character to __to_wstring_numeric map new 6561de33c3b libstdc++: Qualify calls in <bits/stl_uninitialized.h> to p [...] new f83bc0edb51 libstdc++: fix a dangling reference crash in ranges::is_per [...]
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/include/bits/basic_string.h | 2 + libstdc++-v3/include/bits/forward_list.h | 3 ++ libstdc++-v3/include/bits/hashtable_policy.h | 8 ++- libstdc++-v3/include/bits/ranges_algo.h | 7 ++- libstdc++-v3/include/bits/stl_list.h | 13 ++++- libstdc++-v3/include/bits/stl_tree.h | 4 +- libstdc++-v3/include/bits/stl_uninitialized.h | 8 +-- libstdc++-v3/src/c++17/fs_ops.cc | 22 +++----- .../23_containers/set/modifiers/swap/adl.cc | 55 +++++++++++++++++++ .../unordered_set/modifiers/swap-2.cc | 63 ++++++++++++++++++++++ .../25_algorithms/is_permutation/constrained.cc | 13 +++++ .../27_io/filesystem/operations/pr118158.cc | 62 +++++++++++++++++++++ 12 files changed, 234 insertions(+), 26 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/set/modifiers/swap/adl.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/swap-2.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.cc