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 18f447ac09e Daily bump. new 0af8fc22338 c++: explicit spec of constrained member tmpl [PR107522] new d121d1e1dd8 libstdc++: perfectly forward std::ranges::clamp arguments
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: gcc/cp/constraint.cc | 18 +++++++--- .../g++.dg/cpp2a/concepts-explicit-spec7.C | 30 ++++++++++++++++ libstdc++-v3/include/bits/ranges_algo.h | 8 +++-- .../testsuite/25_algorithms/clamp/118185.cc | 41 ++++++++++++++++++++++ 4 files changed, 90 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec7.C create mode 100644 libstdc++-v3/testsuite/25_algorithms/clamp/118185.cc