This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 49a93ba6fe1 Daily bump. adds f98a3c8a58b c++: variadic lambda template and empty pack [PR97246] adds f6b1c08e378 c++: Allow GNU attributes before lambda -> [PR90333] adds 23c1d29ccea Daily bump. adds 356cd95fc07 Daily bump. adds 49a714e5919 Fix wrong result for 1.0/3.0 at -O2 -fno-omit-frame-pointer [...] new 1b3bb23a576 arm: force use of r4 for __gnu_cmse_nonsecure_call when !FP [...]
The 1 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/config/arm/thumb2.md | 47 +++++++++++------ gcc/config/i386/i386.c | 35 +++++-------- gcc/config/i386/winnt.c | 17 ++++-- gcc/cp/ChangeLog | 13 +++++ gcc/cp/parser.c | 11 +++- gcc/cp/pt.c | 38 +++++++++----- gcc/testsuite/ChangeLog | 10 ++++ .../g++.dg/cpp2a/lambda-generic-variadic21.C | 19 +++++++ gcc/testsuite/g++.dg/eh/seh-xmm-unwind.C | 61 ++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/attr-lambda3.C | 4 ++ gcc/testsuite/gcc.target/arm/cmse/cmse-18.c | 11 ++++ 12 files changed, 210 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic-variadic21.C create mode 100644 gcc/testsuite/g++.dg/eh/seh-xmm-unwind.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-lambda3.C create mode 100644 gcc/testsuite/gcc.target/arm/cmse/cmse-18.c