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 4556080e3c0 Merge trunk 765fbbf9bb3 new 41d88a6c8f9 Function-scope using-decls new 09e0d792495 enum for main search mechanism new 7f3bd0c72ed include xlate callback new aa9f1d91557 More FIXME resolution new ca814b33220 Declaring a builtin in a header unit
The 5 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 | 40 +++++++++ gcc/cp/cp-tree.h | 4 +- gcc/cp/module.cc | 97 ++++++++++++---------- gcc/cp/pt.c | 16 ++-- gcc/cp/rtti.c | 4 - gcc/langhooks.h | 2 +- gcc/testsuite/g++.dg/modules/using-6_a.C | 7 +- gcc/testsuite/g++.dg/modules/using-8_a.C | 21 +++++ .../g++.dg/modules/{using-6_b.C => using-8_b.C} | 0 gcc/testsuite/g++.dg/modules/xtreme-header.h | 5 +- libcpp/directives.c | 1 - libcpp/files.c | 35 ++++---- libcpp/include/cpplib.h | 18 ++-- libcpp/init.c | 10 +-- libcpp/lex.c | 22 ++--- libcpp/macro.c | 1 - 16 files changed, 174 insertions(+), 109 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/using-8_a.C copy gcc/testsuite/g++.dg/modules/{using-6_b.C => using-8_b.C} (100%)