This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 947f8186d34 Daily bump. new 6484e48b06d libstdc++: Implement P1994R1 changes to ranges::elements_view new c554aeb5f32 libstdc++: elements_view's sentinel and iterator not compar [...] new 574ab3c85bb libstdc++: Implement remaining piece of LWG 3448 new f877f580a57 libstdc++: Mark some more algorithms constexpr for C++20 new 559db3da5c8 libstdc++: Fix division by zero in std::sample new d445a869684 libstdc++: Apply proposed resolution for LWG 3450
The 6 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/stl_algo.h | 5 + libstdc++-v3/include/std/ranges | 107 ++++++++++++++++----- .../testsuite/25_algorithms/for_each/constexpr.cc | 12 +++ .../cons/90415.cc => 25_algorithms/sample/3.cc} | 58 +++++------ .../testsuite/25_algorithms/search/constexpr.cc | 4 + .../testsuite/std/ranges/adaptors/95322.cc | 2 +- .../testsuite/std/ranges/adaptors/elements.cc | 22 +++++ .../ranges/adaptors/{lwg3325_neg.cc => lwg3406.cc} | 15 ++- .../testsuite/std/ranges/adaptors/take_while.cc | 10 ++ 9 files changed, 167 insertions(+), 68 deletions(-) copy libstdc++-v3/testsuite/{20_util/any/cons/90415.cc => 25_algorithms/sample/3.c [...] copy libstdc++-v3/testsuite/std/ranges/adaptors/{lwg3325_neg.cc => lwg3406.cc} (79%)