This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb9491baf5a libgcc: xtensa: use built-in configuration new ce53cf7b61e preprocessor: Enable __VA_OPT__ for C2x
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/gcc.dg/cpp/c11-vararg-1.c | 9 +++++++++ gcc/testsuite/gcc.dg/cpp/c2x-va-opt-1.c | 11 +++++++++++ libcpp/init.cc | 2 +- libcpp/lex.cc | 10 ++++++++-- libcpp/macro.cc | 2 +- 5 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/cpp/c11-vararg-1.c create mode 100644 gcc/testsuite/gcc.dg/cpp/c2x-va-opt-1.c