This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04621f441d9 Implement sub-dword add/sub on amdgcn new e2e88ddde35 Add changelog for commit r279573 (added myself to write-aft [...] new ca09820d964 PR c++/66139 - EH cleanups for partially constructed aggregates. new 46161f4b1a7 PR c++/52320 - EH cleanups for partially constructed arrays.
The 3 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: ChangeLog | 4 ++ gcc/cp/ChangeLog | 13 +++++++ gcc/cp/cp-gimplify.c | 18 ++++++++- gcc/cp/cp-tree.h | 1 + gcc/cp/tree.c | 10 +++++ gcc/cp/typeck2.c | 25 +++++++++--- gcc/testsuite/g++.dg/cpp0x/initlist116.C | 29 ++++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist117.C | 40 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-eh.C | 3 +- gcc/testsuite/g++.dg/eh/aggregate1.C | 56 +++++++++++++++++++++++++++ 10 files changed, 190 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist116.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist117.C create mode 100644 gcc/testsuite/g++.dg/eh/aggregate1.C