This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b78868459fd amdgcn: Swap mov<mode>_exec operands new f9f166251f1 c++: Lambda in friend of constrained class [PR94645] new 9a453da5cac c++: zero_init_expr_p of dependent expression
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 | 9 +++++++++ gcc/cp/pt.c | 7 ++++++- gcc/cp/tree.c | 2 +- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/cpp0x/dependent3.C | 28 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda6.C | 19 ++++++++++++++++++ 6 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/dependent3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda6.C