This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7422ddf0036 PR c++/84314 - ICE with templates and fastcall attribute. new b78b81a8b09 PR preprocessor/83063 - __VA_OPT__ and ##
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/c-c++-common/cpp/va-opt-2.c | 41 +++++++++ gcc/testsuite/c-c++-common/cpp/va-opt-3.c | 94 +++++++++++++++++++++ libcpp/ChangeLog | 14 ++++ libcpp/macro.c | 135 +++++++++++++++++++++++++----- 4 files changed, 261 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-2.c create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-3.c