This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from f5a8ea85e36 * gcc-interface/decl.c (array_type_has_nonaliased_componen [...] new 5945ca12abd * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE_PAR [...] new b4dcf07e21e PR c++/87075 - ICE with constexpr array initialization. new 2986e2174f1 PR c++/86740, ICE with constexpr if and nested generic lambdas.
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 | 10 ++++++++++ gcc/cp/constexpr.c | 3 +++ gcc/cp/pt.c | 9 +++++++++ gcc/cp/tree.c | 8 ++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-array6.C | 26 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if25.C | 27 +++++++++++++++++++++++++++ 6 files changed, 83 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array6.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if25.C