This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ad698af5faa gcc: 2018-02-13 Paolo Bonzini bonzini@gnu.org new 1108bdc1b40 PR c++/84338 - wrong variadic sizeof. new a5283f32281 Fix more variadic capture issues.
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: gcc/cp/ChangeLog | 19 +++ gcc/cp/cp-tree.h | 6 - gcc/cp/parser.c | 2 - gcc/cp/pt.c | 143 +++++++++++++++------ .../g++.dg/cpp0x/lambda/lambda-variadic5.C | 1 + .../g++.dg/cpp1y/lambda-generic-variadic12.C | 16 +++ .../g++.dg/cpp1y/lambda-generic-variadic13.C | 15 +++ 7 files changed, 154 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic12.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic13.C