This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6704d95ec85 cobol: Proper comparison of alphanumeric to refmoded numeri [...] new f3862ab0794 c++: ICE with nested default targ lambdas [PR119574] new d69f73c0334 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 | 1 - gcc/testsuite/g++.dg/cpp2a/lambda-targ13.C | 7 +++++++ gcc/testsuite/g++.dg/cpp2a/lambda-targ13a.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-targ13b.C | 8 ++++++++ libstdc++-v3/include/bits/stl_iterator.h | 4 ++-- libstdc++-v3/testsuite/std/ranges/adaptors/as_const/1.cc | 13 +++++++++++++ 6 files changed, 38 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 create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ13b.C