This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from be6af76629a PR c++/86836 * pt.c (tsubst_expr): For structured binding [...] new 18d371d3b1d P0595R1 - is_constant_evaluated cp/ * cp-tree.h (enum cp_ [...]
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 | 39 +++++++++++++ gcc/cp/constexpr.c | 66 +++++++++++++++++----- gcc/cp/cp-gimplify.c | 16 ++++++ gcc/cp/cp-tree.h | 9 ++- gcc/cp/decl.c | 8 +++ gcc/cp/pt.c | 2 + gcc/cp/tree.c | 14 ++++- gcc/cp/typeck2.c | 2 +- gcc/testsuite/ChangeLog | 3 + .../g++.dg/cpp2a/is-constant-evaluated1.C | 66 ++++++++++++++++++++++ 10 files changed, 206 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated1.C