This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e91cf26a954 rs6000: Update ELFv2 stack frame comment showing the correc [...] new 77e84dc4e4e libstdc++: Define __cpp_lib_ranges in <algorithm> new 0bb1db32ccf libstdc++: Fix std::ranges::iota is not included in numeric [...] new ae91b5dd149 libstdc++: Add missing constexpr to __atomic_impl::__clear_padding
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/include/bits/atomic_base.h | 2 +- libstdc++-v3/include/bits/ranges_algo.h | 52 ---------------------- libstdc++-v3/include/bits/ranges_algobase.h | 24 ++++++++++ libstdc++-v3/include/std/algorithm | 1 + libstdc++-v3/include/std/numeric | 38 ++++++++++++++++ .../25_algorithms/headers/algorithm/synopsis.cc | 8 ++++ .../iota/1.cc => 26_numerics/iota/2.cc} | 2 +- .../testsuite/29_atomics/atomic_float/constinit.cc | 3 ++ 8 files changed, 76 insertions(+), 54 deletions(-) rename libstdc++-v3/testsuite/{25_algorithms/iota/1.cc => 26_numerics/iota/2.cc} (96%) create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_float/constinit.cc