This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/release-aarch64 in repository toolchain/ci/gcc.
from f2060ae92f2 i386: Remove atomic_storedi_fpu and atomic_loaddi_fpu peeph [...] adds 383295aaada Darwin, X86: Adjust call clobbers to allow for lazy-binding [...] adds 76f694de991 coroutines: Fix a typo in rewriting the function. adds feef2e414d4 coroutines: Factor code. Match original source location in [...] adds 3a93c67f218 coroutines: Adjust outlined function names [PR95520]. adds 5dd3fe90a5c X86: Provide a CTOR for stringop_algs [PR100246]. adds dc386b02086 rs6000: Fix up easy_vector_constant_msb handling [PR101384] adds 70e5a8ffdef Daily bump. adds ae2ce6aadbf c++: Ensure OpenMP reduction with reference type references [...] adds 076930b9690 openmp: Fix up omp_check_private [PR101535] adds 2016df9f3fa Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 43 ++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.c | 16 +++- gcc/config/i386/i386.h | 9 ++ gcc/config/rs6000/rs6000.c | 2 +- gcc/cp/ChangeLog | 50 +++++++++++ gcc/cp/coroutines.cc | 120 ++++++++++++++++++++------- gcc/cp/cp-tree.h | 22 +++++ gcc/cp/mangle.c | 19 ++++- gcc/cp/semantics.c | 3 +- gcc/gimplify.c | 21 +++-- gcc/testsuite/ChangeLog | 36 ++++++++ gcc/testsuite/c-c++-common/gomp/pr101535-1.c | 31 +++++++ gcc/testsuite/c-c++-common/gomp/pr101535-2.c | 11 +++ gcc/testsuite/g++.dg/coroutines/pr95520.C | 29 +++++++ gcc/testsuite/g++.dg/gomp/pr101516.C | 8 ++ gcc/testsuite/gcc.dg/pr101384.c | 39 +++++++++ 17 files changed, 422 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr101535-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr101535-2.c create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95520.C create mode 100644 gcc/testsuite/g++.dg/gomp/pr101516.C create mode 100644 gcc/testsuite/gcc.dg/pr101384.c