This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bacdd5e978d c: Fix ICE with cast to VLA [93576] new 90fc7b3ce0e libstdc++: Move some ranges algos to a new header <bits/ran [...] new 613c932f5e5 libstdc++: Implement ranges [specialized.algorithms]
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 | 26 + libstdc++-v3/include/Makefile.am | 2 + libstdc++-v3/include/Makefile.in | 2 + libstdc++-v3/include/bits/ranges_algo.h | 508 +------------------ libstdc++-v3/include/bits/ranges_algobase.h | 556 +++++++++++++++++++++ libstdc++-v3/include/bits/ranges_uninitialized.h | 491 ++++++++++++++++++ libstdc++-v3/include/std/memory | 1 + .../specialized_algorithms/destroy}/constrained.cc | 56 ++- .../uninitialized_copy/constrained.cc | 166 ++++++ .../uninitialized_default_construct/constrained.cc | 147 ++++++ .../uninitialized_fill/constrained.cc | 137 +++++ .../uninitialized_move/constrained.cc | 176 +++++++ .../uninitialized_value_construct/constrained.cc | 140 ++++++ 13 files changed, 1881 insertions(+), 527 deletions(-) create mode 100644 libstdc++-v3/include/bits/ranges_algobase.h create mode 100644 libstdc++-v3/include/bits/ranges_uninitialized.h copy libstdc++-v3/testsuite/{25_algorithms/max_element => 20_util/specialized_algo [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...]