This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7395ef5fd90 Daily bump. new 80d04049662 PR c++/86986 - ICE with TTP with parameter pack. new 1a08779b89c PR c++/89966 - error with non-type auto tparm. new 071a07dadd3 PR c++/89948 - ICE with break in statement-expr.
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 | 20 ++++++++++++++++++++ gcc/cp/constexpr.c | 9 +++++++++ gcc/cp/pt.c | 18 +++++++++++++++--- gcc/testsuite/g++.dg/cpp0x/variadic-ttp9.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp1z/nontype-auto15.C | 6 ++++++ gcc/testsuite/g++.dg/ext/stmtexpr23.C | 10 ++++++++++ 6 files changed, 70 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-ttp9.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto15.C create mode 100644 gcc/testsuite/g++.dg/ext/stmtexpr23.C