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 56b3858b6a1 RISC-V: revert pr114194 tests on gcc-14 [PR118601] new fb00f4e4f16 libstdc++: Add missing header to <bits/ranges_algobase.h> f [...] new acd6031f5cb libstdc++: Do not use use memmove for 1-element ranges [PR1 [...] new 27f7de3b80d libstdc++: Fix ranges::copy_backward for a single memcpyabl [...] new 542c7e9b3f4 libstdc++: Reuse std::__assign_one in <bits/ranges_algobase.h> new c29c3f713a9 libstdc++: Fix ranges::move and ranges::move_backward to us [...] new 399ca300412 libstdc++: Fix std::ranges::iota is not included in numeric [...] new 0a9f20ed391 libstdc++: Do not define __cpp_lib_ranges_iota in <ranges> new 3d034284005 libstdc++: Add test for not using reserved name 'ranges' be [...]
The 8 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_algo.h | 52 ---------- libstdc++-v3/include/bits/ranges_algobase.h | 106 +++++++++++++++------ libstdc++-v3/include/std/numeric | 4 + libstdc++-v3/include/std/ranges | 1 - libstdc++-v3/testsuite/17_intro/names.cc | 4 + .../testsuite/25_algorithms/copy/108846.cc | 53 +++++++++++ .../25_algorithms/copy_backward/108846.cc | 53 +++++++++++ .../testsuite/25_algorithms/copy_n/108846.cc | 53 ++++++++++- .../testsuite/25_algorithms/move/108846.cc | 40 +++++++- .../testsuite/25_algorithms/move/constrained.cc | 29 ++++++ .../25_algorithms/move_backward/108846.cc | 38 +++++++- .../25_algorithms/move_backward/constrained.cc | 29 ++++++ .../iota/1.cc => 26_numerics/iota/2.cc} | 1 - 13 files changed, 378 insertions(+), 85 deletions(-) rename libstdc++-v3/testsuite/{25_algorithms/iota/1.cc => 26_numerics/iota/2.cc} (96%)