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-allnoconfig in repository toolchain/ci/gcc.
from 469aad8b5d7 Fix PR rtl-optimization/102306 adds 7026df8d25b Daily bump. adds 0d2d24fbe37 Daily bump. adds 1ae01a88d35 Fortran - fix ICE during error recovery checking entry char [...] adds 6527feb07c3 Fortran - fix handling of optional allocatable DT arguments [...] adds 79c523d40de Daily bump. adds b1dc26d3543 GCC11 - Fortran: combined directives - order(concurrent) no [...] adds d4b84aefe69 Daily bump. new d891ef6ac49 Fix no_fsanitize_address effective target
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 | 6 ++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 24 +++++++++++++++++++++ gcc/fortran/resolve.c | 4 +++- gcc/fortran/trans-expr.c | 11 ++++++++++ gcc/fortran/trans-openmp.c | 2 -- gcc/testsuite/ChangeLog | 24 +++++++++++++++++++++ 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/gfortran.dg/entry_25.f90 | 13 +++++++++++ .../gomp/distribute-order-concurrent.f90 | 25 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/intent_out_14.f90 | 24 +++++++++++++++++++++ gcc/testsuite/gnat.dg/asan1.adb | 2 +- gcc/testsuite/lib/target-supports.exp | 5 +++-- 16 files changed, 140 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/entry_25.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/distribute-order-concurrent.f90 create mode 100644 gcc/testsuite/gfortran.dg/intent_out_14.f90