This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 402d7a9 PR c++/70594 * ipa-utils.h (polymorphic_ctor_dtor_p): New p [...] new dbe1794 2016-04-14 Michael Meissner meissner@linux.vnet.ibm.com new b9786e3 PR c++/70648 new 601b594 PR c++/70543 new da78d8e PR c++/70622
The 4 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 | 15 ++++++ gcc/cp/constexpr.c | 2 + gcc/cp/parser.c | 56 +++++++++++++++++----- gcc/cp/pt.c | 1 + gcc/testsuite/ChangeLog | 7 +++ .../cpp0x/{lambda/lambda-cast1.C => auto47.C} | 4 +- gcc/testsuite/g++.dg/cpp0x/constexpr-initlist10.C | 11 +++++ gcc/testsuite/g++.dg/cpp0x/constexpr-template9.C | 17 +++++++ gcc/testsuite/gcc.target/powerpc/pr70640.c | 2 +- 9 files changed, 100 insertions(+), 15 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{lambda/lambda-cast1.C => auto47.C} (56%) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-initlist10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-template9.C