This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 35e029530f2 Ada: Fix qualified name of discriminant incorrectly accepte [...] new 99c2ed74071 c++/modules: Allow ignoring some TU-local exposure errors i [...] new f5db79b06eb c++/modules: Complain on imported GMF TU-local entities in [...]
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/c-family/c.opt | 4 + gcc/c-family/c.opt.urls | 3 + gcc/cp/cp-tree.h | 2 + gcc/cp/module.cc | 366 +++++++++++++++++++++------ gcc/cp/pt.cc | 34 +-- gcc/doc/invoke.texi | 28 +- gcc/testsuite/g++.dg/modules/internal-17_a.C | 64 +++++ gcc/testsuite/g++.dg/modules/internal-17_b.C | 60 +++++ 8 files changed, 452 insertions(+), 109 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/internal-17_a.C create mode 100644 gcc/testsuite/g++.dg/modules/internal-17_b.C