This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2f375ca42fd Daily bump. new 3ef7ff1b340 PR c++/84752 - ICE with capture of constexpr array. new 9aa4a1f0f2a PR c++/84785 - ICE with alias template and default targs. new 21e96d8d306 PR c++/84770 - ICE with typedef and parameter pack.
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: gcc/cp/ChangeLog | 14 ++++++++ gcc/cp/call.c | 4 ++- gcc/cp/pt.c | 43 ++++++++++++++--------- gcc/testsuite/g++.dg/cpp0x/alias-decl-63.C | 18 ++++++++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-array3.C | 9 +++++ gcc/testsuite/g++.dg/cpp0x/variadic173.C | 10 ++++++ 6 files changed, 81 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-63.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-array3.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic173.C