This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 849d6058dcd PR c++/84720 - ICE with rvalue ref non-type argument. new a4306186c25 PR c++/82565 - ICE with concepts and generic lambda. new a6eb1b34eb0 PR c++/84843 * decl.c (duplicate_decls): For redefinition [...]
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/ChangeLog | 12 ++++++++++++ gcc/cp/decl.c | 9 ++++++++- gcc/cp/pt.c | 3 +++ gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/g++.dg/concepts/lambda1.C | 32 ++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/pr84843-1.C | 9 +++++++++ gcc/testsuite/g++.dg/ext/pr84843-2.C | 9 +++++++++ 7 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/concepts/lambda1.C create mode 100644 gcc/testsuite/g++.dg/ext/pr84843-1.C create mode 100644 gcc/testsuite/g++.dg/ext/pr84843-2.C