This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from 81e65b210d3 x86: Handle -mavx512vpopcntdq for -march=native adds 1b91e2f53b6 Daily bump. new 91664c43c0a c++: generic lambda and -fsanitize=vla-bound [PR93822] new f76202e096f c++: -fmerge-all-constants vs. destructors [PR91529] new e153e0ef3a3 c++: Local class DMI using local static [PR90479] new 0296697cf98 c++: constexpr and lambda capture [PR90212]
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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 23 ++++++++++++++++++++++ gcc/cp/constexpr.c | 8 +++++++- gcc/cp/decl.c | 5 ++++- gcc/cp/init.c | 8 +++++--- gcc/cp/pt.c | 9 +++++++++ .../g++.dg/cpp0x/lambda/lambda-constexpr2.C | 13 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C | 13 ++++++++++++ gcc/testsuite/g++.dg/init/const14.C | 14 +++++++++++++ 9 files changed, 89 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C create mode 100644 gcc/testsuite/g++.dg/init/const14.C