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 767eedddf43 Merge trunk d1c566d72d9 new 563a32906fb Clean up some c-family pieces new 8047291fa52 Clean up mangling documentation new 98e90011945 Remove unneeded decls new aad9dacffc4 Cleanup name-lookup interface new 363f58ec8b5 Remove unused code new 3152c118ca0 Block-scope externs disallowed new b37aaf57ec6 fmodule-implicit-inline comment new 57304368271 Document unicode plan
The 8 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 | 64 ++++++++++++++++++++++ gcc/c-family/c-cppbuiltin.c | 8 ++- gcc/c-family/c-opts.c | 12 ++--- gcc/cp/cp-lang.c | 4 +- gcc/cp/cp-tree.h | 3 +- gcc/cp/decl.c | 14 +++-- gcc/cp/friend.c | 13 ----- gcc/cp/mangle.c | 18 +++---- gcc/cp/module.cc | 78 ++++++++++++++++++++++++--- gcc/cp/name-lookup.c | 76 ++------------------------ gcc/cp/name-lookup.h | 11 +--- gcc/langhooks-def.h | 4 +- gcc/langhooks.h | 5 +- gcc/testsuite/g++.dg/modules/local-extern-1.C | 20 +++++++ libcpp/lex.c | 8 ++- 15 files changed, 196 insertions(+), 142 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/local-extern-1.C