This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7550d85 2016-01-29 Richard Biener rguenther@suse.de new ce6a697 PR c++/69509 PR c++/69516 * constexpr.c (cxx_eval_array_re [...]
The 1 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 | 9 +++++ gcc/cp/constexpr.c | 55 +++++++++++++++---------------- gcc/cp/init.c | 4 +-- gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/g++.dg/ext/constexpr-vla2.C | 21 ++++++++++++ gcc/testsuite/g++.dg/ext/constexpr-vla3.C | 14 ++++++++ gcc/testsuite/g++.dg/ubsan/vla-1.C | 1 - 7 files changed, 81 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/constexpr-vla2.C create mode 100644 gcc/testsuite/g++.dg/ext/constexpr-vla3.C