This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 027a3f1c387 internal/syscall/unix: add hurd build tag new c5eab4ed45e libstdc++: P0769R2 Add shift to <algorithm> new 85c143d002a libstdc++: Add missing bits of P0896R4 pertaining to [back| [...]
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/ChangeLog | 23 +++++ libstdc++-v3/include/bits/ranges_algo.h | 92 ++++++++++++++++++ libstdc++-v3/include/bits/ranges_algobase.h | 4 +- libstdc++-v3/include/bits/stl_iterator.h | 22 +++++ .../back_insert_iterator/pr93884.cc} | 15 ++- .../front_insert_iterator/pr93884.cc} | 15 ++- .../testsuite/25_algorithms/shift_left/1.cc | 104 +++++++++++++++++++++ .../testsuite/25_algorithms/shift_right/1.cc | 103 ++++++++++++++++++++ 8 files changed, 368 insertions(+), 10 deletions(-) copy libstdc++-v3/testsuite/{29_atomics/atomic_float/value_init.cc => 24_iterators [...] copy libstdc++-v3/testsuite/{29_atomics/atomic_float/value_init.cc => 24_iterators [...] create mode 100644 libstdc++-v3/testsuite/25_algorithms/shift_left/1.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/shift_right/1.cc