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 6a66212916e RISC-V: Fix vid const vector expander for non-npatterns size steps new ff5fdb3cad1 c++: ICE with nested default targ lambdas [PR119574] new 630bca9fa83 libstdc++: Fix constraint recursion in basic_const_iterator [...]
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/pt.cc | 3 ++- gcc/testsuite/g++.dg/cpp2a/lambda-targ13.C | 7 +++++++ gcc/testsuite/g++.dg/cpp2a/lambda-targ13a.C | 8 ++++++++ libstdc++-v3/include/bits/stl_iterator.h | 4 ++-- libstdc++-v3/testsuite/std/ranges/adaptors/as_const/1.cc | 13 +++++++++++++ 5 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ13a.C