This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 373b37e4938 [PATCH] Move cpp_macro to cpplib.h new 7496b8810aa [PATCH] Macro body is trailing array
The 1 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/ChangeLog | 2 + gcc/c-family/c-ada-spec.c | 4 +- libcpp/ChangeLog | 23 +++++ libcpp/include/cpplib.h | 34 ++++--- libcpp/internal.h | 11 ++- libcpp/lex.c | 19 ++++ libcpp/macro.c | 236 +++++++++++++++++++++++----------------------- libcpp/traditional.c | 59 ++++++------ 8 files changed, 225 insertions(+), 163 deletions(-)