This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4273f1a9ea2 /cp 2018-02-26 Paolo Carlini paolo.carlini@oracle.com new eb7c25ccad5 PR c++/84558 * constexpr.c (cxx_eval_vec_init_1): For reu [...] new fdafeeb77fd PR c++/84559 - ICE with constexpr VLA.
The 2 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 | 12 ++++++++++++ gcc/cp/constexpr.c | 21 ++++++++++++++------- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp1y/pr84558.C | 6 ++++++ gcc/testsuite/g++.dg/ext/constexpr-vla5.C | 7 +++++++ 5 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84558.C create mode 100644 gcc/testsuite/g++.dg/ext/constexpr-vla5.C