This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9076bd460c7 libphobos: Fix multilib builds for s390x-linux-gnu new c5aaf0af76b PR libstdc++/87982 Fix generate_n and fill_n use of _Size p [...] new 94ed6c0aaf7 Remove unused std::_Iter_base class template
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 | 19 +++++ libstdc++-v3/include/bits/stl_algo.h | 9 ++- libstdc++-v3/include/bits/stl_algobase.h | 75 +++++++++++++++--- .../include/bits/stl_iterator_base_types.h | 20 ----- .../testsuite/25_algorithms/fill_n/87982.cc | 87 +++++++++++++++++++++ .../{fill/35725.cc => fill_n/87982_neg.cc} | 18 +++-- .../dr2537.cc => 25_algorithms/fill_n/dr426.cc} | 42 ++++++----- .../testsuite/25_algorithms/generate_n/87982.cc | 88 ++++++++++++++++++++++ .../{fill/35725.cc => generate_n/87982_neg.cc} | 19 +++-- .../89851.cc => 25_algorithms/generate_n/dr426.cc} | 24 +++--- 10 files changed, 327 insertions(+), 74 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/fill_n/87982.cc copy libstdc++-v3/testsuite/25_algorithms/{fill/35725.cc => fill_n/87982_neg.cc} (77%) copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => 25_algorith [...] create mode 100644 libstdc++-v3/testsuite/25_algorithms/generate_n/87982.cc copy libstdc++-v3/testsuite/25_algorithms/{fill/35725.cc => generate_n/87982_neg.c [...] copy libstdc++-v3/testsuite/{20_util/variant/89851.cc => 25_algorithms/generate_n/ [...]