This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a3a70bf6690 Simplify SLP code wrt SLP_TREE_DEF_TYPE new e1008cd1d85 libstdc++: Make std::copy_n work with negative and non-inte [...]
The 1 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_algobase.h | 7 +- libstdc++-v3/include/bits/stl_algo.h | 11 ++- libstdc++-v3/testsuite/25_algorithms/copy_n/5.cc | 97 +++++++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 28 ++++++- 4 files changed, 137 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy_n/5.cc