This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4150bcd205e middle-end: lower COND_EXPR into gimple form in vect_recog_ [...] new dc47add7926 libstdc++: add default template parameters to algorithms new d024be89712 libstdc++: Reorder C++26 entries in version.def new d842eb5ee6c libstdc++: Silence -Woverloaded-virtual warning in cxx11-io [...] new 164c1b1f812 libstdc++: Silence -Wattributes warning in exception_ptr new b6463161c3c libstdc++: Use constexpr instead of _GLIBCXX20_CONSTEXPR in [...]
The 5 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/algorithmfwd.h | 48 ++++--- libstdc++-v3/include/bits/iterator_concepts.h | 7 + libstdc++-v3/include/bits/ranges_algo.h | 135 ++++++++++++++------ libstdc++-v3/include/bits/ranges_algobase.h | 14 +- libstdc++-v3/include/bits/ranges_base.h | 6 + libstdc++-v3/include/bits/ranges_util.h | 9 +- .../include/bits/stl_iterator_base_types.h | 9 ++ libstdc++-v3/include/bits/stl_vector.h | 6 +- libstdc++-v3/include/bits/version.def | 42 +++--- libstdc++-v3/include/bits/version.h | 50 +++++--- libstdc++-v3/include/pstl/glue_algorithm_defs.h | 23 ++-- libstdc++-v3/include/std/algorithm | 1 + libstdc++-v3/include/std/deque | 4 +- libstdc++-v3/include/std/forward_list | 4 +- libstdc++-v3/include/std/list | 4 +- libstdc++-v3/include/std/ranges | 1 + libstdc++-v3/include/std/string | 4 +- libstdc++-v3/include/std/vector | 4 +- libstdc++-v3/libsupc++/exception_ptr.h | 3 +- libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 2 + .../23_containers/default_template_value.cc | 40 ++++++ .../25_algorithms/default_template_value.cc | 142 +++++++++++++++++++++ 22 files changed, 435 insertions(+), 123 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/default_template_value.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/default_template_value.cc