This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 8fbe1b18ed0 options: check for CL_OPTIMIZATION only for cl_options. adds 0ee1ab15c23 coroutines: Look through NOPs for awaiter variables [PR 99575]. adds 1b54a722636 coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS se [...] adds 8009c79b64b coroutines: Fix ICE with an invalid await_suspend type [PR100673]. adds 650beb11053 coroutines: Await expressions are not allowed in handlers [ [...] adds fdf0b6ce6c1 coroutines: Fail with a sorry when presented with a VLA [PR [...] adds d91056851c5 Fix for powerpc64 long double complex divide failure adds 154fd0896ef Daily bump. new f950d946370 Remove dead code in config/rs6000/vxworks.h
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/ChangeLog | 5 +++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/vxworks.h | 4 --- gcc/cp/ChangeLog | 33 ++++++++++++++++++ gcc/cp/coroutines.cc | 55 ++++++++++++++++++++++-------- gcc/testsuite/ChangeLog | 25 ++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr100673.C | 18 ++++++++++ gcc/testsuite/g++.dg/coroutines/pr101133.C | 31 +++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr101765.C | 45 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr99575.C | 35 +++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr99710.C | 25 ++++++++++++++ libgcc/ChangeLog | 6 ++++ libgcc/libgcc2.c | 15 +++++--- 13 files changed, 276 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr100673.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr101133.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr101765.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99575.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99710.C