This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bae4608 2017-02-15 Martin Sebor msebor@redhat.com new 2c133d2 PR c++/79363 - ICE with NSDMI and array new b4c5b88 PR c++/79464 - ICE in IPA with omitted constructor parms
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 | 18 +++++++++++++ gcc/cp/call.c | 6 ++++- gcc/cp/class.c | 29 +++++++++++++++++--- gcc/cp/init.c | 48 ++++++++++++++++++++++++++------- gcc/cp/mangle.c | 4 +++ gcc/cp/method.c | 3 +++ gcc/testsuite/ChangeLog | 8 ++++++ gcc/testsuite/g++.dg/cpp1z/inh-ctor23.C | 2 +- gcc/testsuite/g++.dg/ext/flexary12.C | 5 ++-- gcc/testsuite/g++.dg/ext/flexary20.C | 20 +++++++------- gcc/testsuite/g++.dg/ext/flexary21.C | 11 +++++--- gcc/testsuite/g++.dg/ext/flexary22.C | 29 ++++++++++++++++++++ 12 files changed, 152 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/flexary22.C