This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from f93e7ba1b15 Templatify pendset new 9f857401a23 Create extra scope later new 577388e0c4f Inhibit typename resolution when streaming new fc7e31482b8 Lambdas attached to namespace-scope non-template vars new 61e93aebe9d Fix broken tests
The 4 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: ChangeLog.modules | 42 ++++++ gcc/cp/cp-tree.h | 11 +- gcc/cp/lambda.c | 6 + gcc/cp/lex.c | 1 + gcc/cp/module.cc | 199 ++++++++++++++++++++++++--- gcc/cp/pt.c | 18 +-- gcc/cp/typeck.c | 10 +- gcc/testsuite/g++.dg/modules/lambda-2_a.H | 5 +- gcc/testsuite/g++.dg/modules/lambda-2_b.C | 8 +- gcc/testsuite/g++.dg/modules/tpl-alias-1_a.H | 6 +- gcc/testsuite/g++.dg/modules/tpl-alias-1_b.C | 4 +- gcc/testsuite/g++.dg/modules/vtt-2_b.C | 2 +- 12 files changed, 270 insertions(+), 42 deletions(-)