This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 19c5dfc29d8 PR 109125 Modula2 SIGBUS in m2pim_ldtoa_ldtoa new f2e7dd8b023 libstdc++: Implement LWG 3715 changes to view_interface::empty new 2b204accd07 libstdc++: Implement P2520R0 changes to move_iterator's ite [...]
The 2 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_util.h | 16 ++++++++-- libstdc++-v3/include/bits/stl_iterator.h | 20 +++++++++++- libstdc++-v3/include/std/version | 1 + .../24_iterators/move_iterator/p2520r0.cc | 37 ++++++++++++++++++++++ .../testsuite/std/ranges/adaptors/lwg3715.cc | 33 +++++++++++++++++++ 5 files changed, 104 insertions(+), 3 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/move_iterator/p2520r0.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/lwg3715.cc