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_check_gcc/release-aarch64 in repository toolchain/ci/gcc.
from 509dd374802 Daily bump. adds ebbf0d8ec30 Daily bump. adds b874ece3ff9 c++: don't call 'rvalue' in coroutines code adds e92b28f8062 coroutines: No cleanups on goto statements. adds cb6101a4eea coroutines : Add a missed begin/finish else clause to the codegen. adds b0be263236d coroutines: Use DECL_VALUE_EXPR instead of rewriting vars. adds 4353b3b485f coroutines: Add a helper for creating local vars. adds 7d05965175a coroutines: Support for debugging implementation state. adds 4a9ca0d198e coroutines: Expose implementation state to the debugger. adds 17e4e6e33d1 coroutines: Make proxy vars for the function arg copies. adds a1ef1020c42 coroutines: Only set parm copy guard vars if we have except [...] adds 082b3588ee0 Fortran - improve checking for intrinsics allowed in consta [...] adds a3abacbaebc Fortran: resolve expressions during SIZE simplification adds 662f6429bf2 Daily bump. adds d75fcbf89b8 Remove dead code in config/rs6000/vxworks.h adds dd6098467ff d: gdc driver ignores -static-libstdc++ when automatically [...] adds f0487cb1a4e Fix testcase counts. new f4c91246fda Daily bump.
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 | 4 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/vxworks.h | 4 - gcc/cp/ChangeLog | 103 +++ gcc/cp/coroutines.cc | 852 +++++++++------------ gcc/d/ChangeLog | 9 + gcc/d/d-spec.cc | 43 +- gcc/fortran/ChangeLog | 19 + gcc/fortran/expr.c | 32 + gcc/fortran/simplify.c | 5 + gcc/testsuite/ChangeLog | 36 + .../coro-bad-gro-00-class-gro-scalar-return.C | 2 +- gcc/testsuite/g++.dg/coroutines/pr102454.C | 38 + .../gcc.target/powerpc/fusion-p10-ldcmpi.c | 10 +- gcc/testsuite/gfortran.dg/pr102458.f90 | 42 + gcc/testsuite/gfortran.dg/pr102458b.f90 | 21 + 16 files changed, 705 insertions(+), 517 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr102454.C create mode 100644 gcc/testsuite/gfortran.dg/pr102458.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102458b.f90