This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from d96603a48d3 ada: Support fixed-lower-bound array types as generic actua [...] new 4e4684ca6a7 c++: constexpr prvalues vs genericize [PR120502] new e4940c042b7 c++: recursive template with deduced return [PR120555]
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 | 3 ++- gcc/cp/cp-gimplify.cc | 21 ++++++++++------ gcc/cp/decl2.cc | 33 ++++++++++++++++++++++--- gcc/testsuite/g++.dg/cpp1z/constexpr-if39.C | 30 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-prvalue2.C | 26 +++++++++++++++++++ 5 files changed, 101 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if39.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-prvalue2.C