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 411caeee361 Daily bump. new 3d6bba85e1d libstdc++: Don't initialize from *this inside some views [PR97600] new d1af36d4f9d libstdc++: Fix elements_view::operator* and operator[] [LWG 3502] new 8ac3b416bfd libstdc++: Simplify copy-pasted algorithms in <ranges> new 4c17b2bbbc1 libstdc++: Fix split_view::_OuterIter::operator++ [LWG 3505]
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/std/ranges | 185 +++++++++++---------- .../atomic_float/95282.cc => std/ranges/97600.cc} | 19 +-- .../testsuite/std/ranges/adaptors/elements.cc | 16 ++ .../testsuite/std/ranges/adaptors/split.cc | 12 ++ 4 files changed, 135 insertions(+), 97 deletions(-) copy libstdc++-v3/testsuite/{29_atomics/atomic_float/95282.cc => std/ranges/97600. [...]