This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae6744c /cp 2016-05-23 Paolo Carlini paolo.carlini@oracle.com new 69c0947 PR c++/70735 - generic lambda and local static variable new bcb45da PR c++/70584 - error with parenthesized builtin arg
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 | 13 +++++++++++++ gcc/cp/cp-gimplify.c | 11 ++++++++++- gcc/cp/pt.c | 22 +++++++++++++--------- .../g++.dg/cpp1y/lambda-generic-static1.C | 13 +++++++++++++ .../g++.dg/cpp1y/lambda-generic-static2.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/other/i386-10.C | 12 ++++++++++++ 6 files changed, 80 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-static1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-static2.C create mode 100644 gcc/testsuite/g++.dg/other/i386-10.C