This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from b11751dcf08 PR c++/89974 - ICE on a definition of a non-type specializa [...] adds 7395ef5fd90 Daily bump. adds 80d04049662 PR c++/86986 - ICE with TTP with parameter pack. adds 1a08779b89c PR c++/89966 - error with non-type auto tparm. adds 071a07dadd3 PR c++/89948 - ICE with break in statement-expr.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- 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 ++++++++++ 7 files changed, 71 insertions(+), 4 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