This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8b7d2f8 PR rtl-optimization/69217 * var-tracking.c (tracked_record_ [...] new 58b0f9c PR c++/68782 new 6a38515 PR c++/68949
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/ChangeLog | 8 +++ gcc/cp/ChangeLog | 17 ++++++ gcc/cp/constexpr.c | 79 +++++++++++++++++++------- gcc/cp/optimize.c | 2 + gcc/cp/semantics.c | 5 +- gcc/testsuite/g++.dg/cpp0x/constexpr-aggr2.C | 27 +++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C | 29 ++++++++++ gcc/tree.c | 56 ++++++++++++++---- gcc/tree.h | 2 + 9 files changed, 188 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-aggr2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C