This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04daf5ec28a 2018-10-11 Richard Biener rguenther@suse.de new 5a60b5b74a6 libcpp: show macro definition when used with wrong argument count
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/testsuite/ChangeLog | 9 +++ gcc/testsuite/c-c++-common/cpp/macro-arg-count-1.c | 66 ++++++++++++++++++++++ gcc/testsuite/c-c++-common/cpp/macro-arg-count-2.c | 36 ++++++++++++ gcc/testsuite/g++.dg/diagnostic/macro-arg-count.C | 51 ----------------- libcpp/ChangeLog | 5 ++ libcpp/macro.c | 4 ++ 6 files changed, 120 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/macro-arg-count-1.c create mode 100644 gcc/testsuite/c-c++-common/cpp/macro-arg-count-2.c delete mode 100644 gcc/testsuite/g++.dg/diagnostic/macro-arg-count.C