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 8657d180fb2 Simplify raw string lexing new 328c45e8f6a A single generic callback for directives-only processing new a88e54535f6 A token streamer new cc018da11e8 Initial -fdirectives-only support
The 3 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 | 33 +++ gcc/c-family/c-ppoutput.c | 325 +++++++++++++-------- .../modules/{pragma-1_a.H => dir-only-2_a.H} | 4 +- gcc/testsuite/g++.dg/modules/dir-only-2_b.C | 28 ++ libcpp/include/cpplib.h | 15 +- libcpp/lex.c | 287 ++++++++++++++++-- 6 files changed, 537 insertions(+), 155 deletions(-) copy gcc/testsuite/g++.dg/modules/{pragma-1_a.H => dir-only-2_a.H} (85%) create mode 100644 gcc/testsuite/g++.dg/modules/dir-only-2_b.C