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 72a3f203348 Daily bump. new 5b4b18b8922 libstdc++: Install libstdc++*-gdb.py more robustly [PR 99453] new a937d0269c1 libstdc++: Fix installation of python hooks [PR 99453] new e01562b302e libstdc++: Change [range.iter.op] functions to function obj [...] new 753c8680a46 libstdc++: Fix return value of std::ranges::advance [PR 100833]
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/bits/range_access.h | 381 +++++++++++---------- libstdc++-v3/python/Makefile.am | 24 +- libstdc++-v3/python/Makefile.in | 18 +- .../headers/iterator/synopsis_c++20.cc | 25 +- .../24_iterators/range_operations/100768.cc | 128 +++++++ .../24_iterators/range_operations/advance.cc | 48 ++- .../testsuite/std/ranges/adaptors/elements.cc | 3 + .../testsuite/std/ranges/adaptors/transform.cc | 3 + 8 files changed, 386 insertions(+), 244 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/range_operations/100768.cc