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 in repository toolchain/ci/gcc.
from 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. new c8ccb1828b7 [POWER10] __morestack calls from pcrel code
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 | 43 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 50 ++++++++++++++++++++++++++++ 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/gomp/pr101516.C | 8 +++++ libgcc/config/rs6000/morestack.S | 41 +++++++++++++++++++++++ 10 files changed, 239 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