This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a560c3 2016-04-27 Bill Schmidt wschmidt@linux.vnet.ibm.com new 605a455 PR c++/69024 PR c++/68997 * cilk.c (cilk_ignorable_spawn_r [...]
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/c-family/ChangeLog | 13 ++++ gcc/c-family/c-common.h | 3 + gcc/c-family/cilk.c | 23 +++++- gcc/cp/ChangeLog | 15 ++++ gcc/cp/cp-cilkplus.c | 104 ++++++++++++++++++++++++++ gcc/{config/s390/s390x.h => cp/cp-cilkplus.h} | 15 ++-- gcc/cp/cp-gimplify.c | 9 ++- gcc/cp/cp-tree.h | 3 - gcc/cp/lambda.c | 1 + gcc/cp/parser.c | 1 + gcc/testsuite/ChangeLog | 9 +++ gcc/testsuite/g++.dg/cilk-plus/CK/pr68001.cc | 2 +- gcc/testsuite/g++.dg/cilk-plus/CK/pr68997.cc | 68 +++++++++++++++++ gcc/testsuite/g++.dg/cilk-plus/CK/pr69024.cc | 38 ++++++++++ 14 files changed, 285 insertions(+), 19 deletions(-) copy gcc/{config/s390/s390x.h => cp/cp-cilkplus.h} (68%) create mode 100644 gcc/testsuite/g++.dg/cilk-plus/CK/pr68997.cc create mode 100644 gcc/testsuite/g++.dg/cilk-plus/CK/pr69024.cc