This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 1f509da6d7c testsuite: arm: Use -Os in memset-inline-8* tests new 9d650c29562 libstdc++: Fix complexity of drop_view::begin() const [PR112641] new 03d0440d73a libstdc++: Implement LWG 3563 changes to keys_view and values_view new f236c897af4 libstdc++: Avoid unnecessary copies in ranges::min/max [PR112349] new 4dbfc2ff0a8 c++: template-id dependence wrt local static arg [PR117792] new aa1e19d821a c++: relax ICE for unexpected trees during constexpr [PR117925] new 70cea067dd2 c++: constexpr potentiality of CAST_EXPR [PR117925] new f73ecaf1957 c++: ICE during requires-expr partial subst [PR118060]
The 7 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: gcc/cp/constexpr.cc | 13 +++++++---- gcc/cp/constraint.cc | 4 +++- gcc/cp/pt.cc | 10 +++++++-- gcc/testsuite/g++.dg/cpp1z/nontype7.C | 22 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires40.C | 12 +++++++++++ gcc/testsuite/g++.dg/template/non-dependent35.C | 8 +++++++ libstdc++-v3/include/bits/ranges_algo.h | 4 ++-- libstdc++-v3/include/bits/ranges_util.h | 4 ++-- libstdc++-v3/include/std/ranges | 10 +++++---- .../testsuite/25_algorithms/max/constrained.cc | 25 ++++++++++++++++++++++ .../testsuite/25_algorithms/min/constrained.cc | 25 ++++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/adaptors/drop.cc | 12 +++++++++++ .../testsuite/std/ranges/adaptors/elements.cc | 14 ++++++++++++ 13 files changed, 148 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires40.C create mode 100644 gcc/testsuite/g++.dg/template/non-dependent35.C