This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f86dd47bf57 Remove unnecessary LAMBDA_EXPR fields. new 441a4bfc51c PR c++/78840 - ICE with const and nested generic lambda new 6482ee1c8d9 [gcc] 2017-08-29 Michael Meissner meissner@linux.vnet.ibm.com
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/ChangeLog | 12 ++++ gcc/config/rs6000/rs6000.c | 64 ++++++++++++++-------- gcc/config/rs6000/rs6000.md | 6 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-const5.C | 17 ++++++ gcc/testsuite/gcc.target/powerpc/pr82015.c | 14 +++++ 6 files changed, 91 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-const5.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr82015.c