This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-arm-build_cross 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. new 49a714e5919 Fix wrong result for 1.0/3.0 at -O2 -fno-omit-frame-pointer [...]
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/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 ++ 10 files changed, 168 insertions(+), 42 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