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-release-aarch64-stable-allmodconfig in repository toolchain/ci/gcc.
from 79c523d40de Daily bump. adds b1dc26d3543 GCC11 - Fortran: combined directives - order(concurrent) no [...] adds d4b84aefe69 Daily bump. adds d891ef6ac49 Fix no_fsanitize_address effective target adds 7fbab3afca9 Fortran - (large) arrays in the main shall be static adds 5210f05c6eb rs6000: Don't use r12 for CR save on ELFv2 (PR102107) adds da0a5628d47 rs6000: Fix ELFv2 r12 use in epilogue adds ae362db3e5c Daily bump. adds cc11a171eee ipa-fnsummary: Remove inconsistent bp_pack_value adds 22b25535b8b IBM Z: Fix PR102222 adds 5acab453d48 IBM Z: TPF: Add cc clobber to profiling expanders adds e89de59a4be Daily bump. new 23f129487e6 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 | 40 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000-logue.c | 15 +++++--- gcc/config/s390/s390.c | 10 ++++++ gcc/config/s390/tpf.md | 6 ++-- gcc/fortran/ChangeLog | 15 ++++++++ gcc/fortran/trans-decl.c | 5 +-- gcc/fortran/trans-openmp.c | 2 -- gcc/ipa-fnsummary.c | 15 +++++--- gcc/testsuite/ChangeLog | 28 +++++++++++++++ gcc/testsuite/g++.dg/abi/anon4.C | 1 + gcc/testsuite/gcc.dg/pr91441.c | 4 +-- gcc/testsuite/gcc.dg/pr96260.c | 2 +- gcc/testsuite/gcc.dg/pr96307.c | 2 +- gcc/testsuite/gcc.target/s390/pr102222.c | 16 +++++++++ .../gomp/distribute-order-concurrent.f90 | 25 ++++++++++++++ gcc/testsuite/gfortran.dg/pr102366.f90 | 9 +++++ gcc/testsuite/gnat.dg/asan1.adb | 2 +- gcc/testsuite/lib/target-supports.exp | 5 +-- 19 files changed, 182 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/pr102222.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/distribute-order-concurrent.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102366.f90