This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch boris/c++-modules-ex in repository gcc.
from 959231cbfa1 Add support for header include re-search new 016fd576a9c Generalize _cpp_handle_directive() interface new c71f99f9348 Handle import as pseudo-directive (P1703R0) new 67ef01a870e Add support for header import re-search, similar to #include new bdbae2eaea2 Quote header names in IMPORT/EXPORT module mapper requests new 45d577de856 Use single-quoting for header unit mapping new 31c09adaedf Allow include/import translation mapper response with immed [...]
The 6 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-common.c | 5 +- gcc/c-family/c-common.h | 2 +- gcc/cp/cp-tree.h | 4 +- gcc/cp/lex.c | 18 ++- gcc/cp/module.cc | 230 +++++++++++++++++++++++++++---------- gcc/cp/parser.c | 45 ++++++-- gcc/langhooks.h | 6 +- libcpp/directives-only.c | 109 +++++++++++++++++- libcpp/directives.c | 288 +++++++++++++++++++++++++++++++++++------------ libcpp/files.c | 26 +++-- libcpp/include/cpplib.h | 13 ++- libcpp/init.c | 3 +- libcpp/internal.h | 27 +++-- libcpp/lex.c | 73 ++++++++++-- libcpp/traditional.c | 8 +- 15 files changed, 671 insertions(+), 186 deletions(-)