This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig in repository toolchain/ci/gcc.
from f806a768e14 Daily bump. adds d3e5bae174d Make anti_adjust_stack_and_probe_stack_clash extern and use [...] adds 868d351e232 IBM Z: stack clash prot: add missing updates of last_probe_offset adds 0473885be8b IBM Z: Define probe_stack expander adds 42ef8a5e662 i386: Add V2SFmode conversion functions [PR95046] adds 49ddde69fc8 openmp: Also implicitly mark as declare target to functions [...] adds d0fb9ffc1b8 openmp: Fix placement of 2nd+ preparation statement for PHI [...] adds 7a50e708756 openmp: cgraph support for late declare variant resolution adds 568c985113b middle-end/95118 - fix printing of denormal zero new 0d1ccfd0cc2 testsuite/94703 - skip gcc.dg/tree-ssa/pr94703.c on strict- [...]
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 | 116 +++++++- gcc/Makefile.in | 1 + gcc/c/ChangeLog | 4 + gcc/c/c-parser.c | 1 + gcc/cgraph.c | 2 + gcc/cgraph.h | 8 +- gcc/config/i386/i386-builtin.def | 4 +- gcc/config/i386/mmx.md | 72 +++-- gcc/config/s390/s390.c | 10 +- gcc/config/s390/s390.md | 23 +- gcc/cp/ChangeLog | 4 + gcc/cp/cp-gimplify.c | 4 + gcc/explow.c | 3 +- gcc/explow.h | 4 + gcc/fortran/ChangeLog | 5 + gcc/fortran/trans-openmp.c | 2 + gcc/function.h | 3 + gcc/ipa.c | 3 + gcc/lto-cgraph.c | 4 + gcc/omp-general.c | 305 ++++++++++++++++++++- gcc/omp-offload.c | 66 ++++- gcc/omp-simd-clone.c | 16 +- gcc/real.c | 4 +- gcc/testsuite/ChangeLog | 34 +++ .../c-c++-common/gomp/declare-variant-14.c | 28 ++ gcc/testsuite/gcc.dg/gomp/pr95108.c | 18 ++ gcc/testsuite/gcc.dg/pr95118.c | 11 + gcc/testsuite/gcc.dg/tree-ssa/pr94703.c | 1 + gcc/testsuite/gcc.target/i386/pr95046-5.c | 44 +++ gcc/testsuite/gcc.target/s390/stack-clash-1.c | 17 ++ gcc/testsuite/gcc.target/s390/stack-clash-2.c | 17 ++ gcc/testsuite/gcc.target/s390/stack-clash-3.c | 17 ++ gcc/tree-inline.c | 4 + libgomp/ChangeLog | 4 + libgomp/testsuite/libgomp.c-c++-common/target-40.c | 51 ++++ 35 files changed, 858 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-variant-14.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr95108.c create mode 100644 gcc/testsuite/gcc.dg/pr95118.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-5.c create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-1.c create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-2.c create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-3.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-40.c