This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 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. adds c8ccb1828b7 [POWER10] __morestack calls from pcrel code new 9ca1fa731d5 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 | 10 +++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 ++++++ gcc/cp/semantics.c | 3 +- gcc/gimplify.c | 21 ++++++++++---- gcc/testsuite/ChangeLog | 17 ++++++++++++ gcc/testsuite/c-c++-common/gomp/pr101535-1.c | 31 +++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pr101535-2.c | 11 ++++++++ gcc/testsuite/g++.dg/gomp/pr101516.C | 8 ++++++ libgcc/ChangeLog | 9 ++++++ libgcc/config/rs6000/morestack.S | 41 ++++++++++++++++++++++++++++ 11 files changed, 155 insertions(+), 7 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/gomp/pr101516.C