This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 11518c841dd diagnostics: move diagnostic.c to diagnostics/context.cc: r [...] new 68ddec92d40 c++/modules: Stream some missing lang_type flags new 4a8fd4a8ee3 Prevent mixups of IDENTIFIER_TRANSPARENT_ALIAS and IDENTIFI [...]
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/cgraphunit.cc | 7 +++--- gcc/cp/cp-tree.h | 4 +++- gcc/cp/module.cc | 22 ++++++++++++++++--- gcc/symtab.cc | 1 + gcc/testsuite/g++.dg/modules/class-11_a.H | 36 +++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/modules/class-11_b.C | 15 +++++++++++++ gcc/varasm.cc | 2 +- 7 files changed, 79 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/class-11_a.H create mode 100644 gcc/testsuite/g++.dg/modules/class-11_b.C