This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 98baaa17561 Fix ICE with -fdump-tree-moref new f30caf1bda8 c++: ICE with concept, local class, and lambda [PR115561] new 56d5f8a6051 c++: consteval propagation and templates [PR115986] new 9662299593c c++: if consteval and consteval propagation [PR115583] new 61cb0c889e1 testsuite: Fix up consteval-prop21.C for 32-bit targets [PR115986]
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/cp/constexpr.cc | 7 ++- gcc/cp/cp-gimplify.cc | 4 ++ gcc/cp/semantics.cc | 2 +- gcc/testsuite/g++.dg/cpp23/consteval-if13.C | 17 +++++++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda21.C | 69 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval-prop21.C | 23 +++++++++ 6 files changed, 119 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/consteval-if13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda21.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-prop21.C