This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ceb899e934 preprocessor: Add support for header unit translation new c9c3d5f28a5 preprocessor: C++ module-directives new 92648faa1cb aix: Fixinclude
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: fixincludes/fixincl.x | 53 ++++++- fixincludes/inclhack.def | 14 ++ gcc/c-family/c-lex.c | 5 +- libcpp/include/cpplib.h | 10 +- libcpp/init.c | 23 +++ libcpp/internal.h | 9 ++ libcpp/lex.c | 392 +++++++++++++++++++++++++++++++++++++++++++++++ libcpp/macro.c | 79 ++++++++++ 8 files changed, 576 insertions(+), 9 deletions(-)