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 ba488a332ad i386: Treat Granite Rapids/Granite Rapids-D similar as Sapp [...] new 3003d404b43 c++: constexpr VEC_INIT_EXPR [PR118285] new b4f66a79e0c c++: init-list opt and lvalue initializers [PR118673] new 19bf2732ae4 c++: Update const_decl handling after r15-7259 [PR118673]. new a72e7825287 c++: disable initializer_list transformation new 7e7a1b61265 c++: NRVO, constexpr, lambda [PR118053] new 59b09468243 testsuite: limit concepts-pr67774.C to C++20
The 6 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/call.cc | 20 ++++++------- gcc/cp/constexpr.cc | 28 +++++++++++------- gcc/cp/cp-tree.h | 4 ++- gcc/cp/tree.cc | 21 +++++++++++-- gcc/testsuite/g++.dg/cpp0x/initlist-opt6.C | 26 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist-opt7.C | 41 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-lambda1.C | 21 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-pr67774.C | 2 +- gcc/testsuite/g++.dg/tree-ssa/initlist-opt5.C | 2 +- 9 files changed, 140 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-opt6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-opt7.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-lambda1.C