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 d6260ed612b Enforce preamble import restrictions new 591f66adda6 Reimplement directive-only scanning new a42e73f54d0 Clarify comment
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: ChangeLog.modules | 16 ++ gcc/c-family/c-ppoutput.c | 11 +- gcc/cp/module.cc | 4 +- .../{gcc.dg => c-c++-common}/cpp/counter-2.c | 0 .../{gcc.dg => c-c++-common}/cpp/counter-3.c | 0 .../{gcc.dg => c-c++-common}/cpp/dir-only-1.c | 0 .../{gcc.dg => c-c++-common}/cpp/dir-only-1.h | 0 .../{gcc.dg => c-c++-common}/cpp/dir-only-2.c | 0 .../{gcc.dg => c-c++-common}/cpp/dir-only-3.c | 0 .../{gcc.dg => c-c++-common}/cpp/dir-only-3a.h | 0 .../{gcc.dg => c-c++-common}/cpp/dir-only-3b.h | 0 .../{gcc.dg => c-c++-common}/cpp/dir-only-4.c | 0 .../{gcc.dg => c-c++-common}/cpp/dir-only-5.c | 3 +- .../{gcc.dg => c-c++-common}/cpp/dir-only-6.c | 0 libcpp/Makefile.in | 4 +- libcpp/directives-only.c | 240 --------------------- libcpp/include/cpplib.h | 5 + libcpp/internal.h | 11 - libcpp/lex.c | 238 ++++++++++++++++++++ 19 files changed, 269 insertions(+), 263 deletions(-) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/counter-2.c (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/counter-3.c (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-1.c (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-1.h (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-2.c (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-3.c (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-3a.h (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-3b.h (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-4.c (100%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-5.c (77%) rename gcc/testsuite/{gcc.dg => c-c++-common}/cpp/dir-only-6.c (100%) delete mode 100644 libcpp/directives-only.c