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-next-defconfig in repository toolchain/ci/gcc.
from 3bc4ed08514 Fortran - fix handling of substring start and end indices adds a6aa2458a92 Daily bump. adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 58 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/combine.c | 10 ++++ gcc/fortran/ChangeLog | 38 ++++++++++++++ gcc/fortran/resolve.c | 4 +- gcc/fortran/trans-expr.c | 11 ++++ gcc/fortran/trans-openmp.c | 2 - gcc/testsuite/ChangeLog | 45 +++++++++++++++++ gcc/testsuite/gcc.target/sparc/20210917-1.c | 19 +++++++ gcc/testsuite/gfortran.dg/entry_25.f90 | 13 +++++ .../gomp/distribute-order-concurrent.f90 | 25 ++++++++++ gcc/testsuite/gfortran.dg/intent_out_14.f90 | 24 +++++++++ 12 files changed, 247 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/sparc/20210917-1.c 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