This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6245441e124 ii386: Generate QImode binary ops with high-part input regi [...] new 3a0bc47cdb6 c++: make manifestly_const_eval tri-state new 5fea1be8205 c++: speculative constexpr and is_constant_evaluated [PR108243]
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/constexpr.cc | 59 ++++----- gcc/cp/constraint.cc | 3 +- gcc/cp/cp-gimplify.cc | 140 +++++++++++++++------- gcc/cp/cp-tree.h | 20 +++- gcc/cp/decl.cc | 2 +- gcc/cp/pt.cc | 6 +- gcc/testsuite/g++.dg/opt/is_constant_evaluated1.C | 20 ++++ gcc/testsuite/g++.dg/opt/is_constant_evaluated2.C | 32 +++++ 8 files changed, 205 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/is_constant_evaluated1.C create mode 100644 gcc/testsuite/g++.dg/opt/is_constant_evaluated2.C