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-master-aarch64-build_cross in repository toolchain/ci/gcc.
from f569026aa30 Reunify x86 stack checking implementation new cc1ef413a85 i386: Additional peephole2 to use flags from CMPXCHG more [ [...] new 75edc31f9eb analyzer: Use noexcept instead of throw() for C++11 and lat [...] new 0f66b8486ce coroutines: Correct frame capture of compiler temps [PR95591+4].
The 3 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/config/i386/sync.md | 34 + gcc/cp/coroutines.cc | 1128 +++++++++++++++++------------ gcc/testsuite/g++.dg/analyzer/pr94028.C | 7 +- gcc/testsuite/g++.dg/coroutines/pr95591.C | 26 + gcc/testsuite/g++.dg/coroutines/pr95599.C | 69 ++ gcc/testsuite/g++.dg/coroutines/pr95823.C | 30 + gcc/testsuite/g++.dg/coroutines/pr95824.C | 37 + gcc/testsuite/gcc.target/i386/pr96189-1.c | 24 + 8 files changed, 880 insertions(+), 475 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95591.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95599.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95823.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95824.C create mode 100644 gcc/testsuite/gcc.target/i386/pr96189-1.c