This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f731fa58015 MIPS: Add conditions for use of the -mmips16e2 and -mips16 option. new 90ad9574061 c++: implicit 'this' in generic lambda [PR122048] new 6fda31f7b3f c++: add testcase [PR121854] new a0536f80ffa c++: concepts and conversions [PR112632]
The 3 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 | 8 +++++--- gcc/testsuite/g++.dg/cpp1y/lambda-generic-this6.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp23/explicit-obj-lambda19.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-conv4.C | 9 +++++++++ 4 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this6.C create mode 100644 gcc/testsuite/g++.dg/cpp23/explicit-obj-lambda19.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-conv4.C