This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29609b7750d [AArch64] Add a new CC mode for SVE conditions new 1dbba015fd5 * tree.c (build_constructor): Add MEM_STAT_DECL. new e8e065dcf5a Handle constexpr conversion from and then to the same type. new a43f2adc8bc Consolidate constexpr array handling. new ca612e6a63d * constexpr.c (cxx_eval_store_expression): Delay target ev [...]
The 4 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 | 4 + gcc/cp/ChangeLog | 20 ++ gcc/cp/constexpr.c | 267 ++++++++++++++------------- gcc/cp/cp-tree.h | 2 +- gcc/testsuite/g++.dg/cpp1y/constexpr-79655.C | 12 +- gcc/testsuite/g++.dg/cpp1y/pr77830.C | 4 +- gcc/testsuite/g++.dg/ext/constexpr-vla1.C | 4 +- gcc/tree.c | 4 +- gcc/tree.h | 2 +- 9 files changed, 181 insertions(+), 138 deletions(-)