This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap_debug 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. new 1ae01a88d35 Fortran - fix ICE during error recovery checking entry char [...] new 6527feb07c3 Fortran - fix handling of optional allocatable DT arguments [...]
The 2 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 | 58 +++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/combine.c | 10 +++++ gcc/fortran/ChangeLog | 19 ++++++++++ gcc/fortran/resolve.c | 4 +- gcc/fortran/trans-expr.c | 11 ++++++ gcc/testsuite/ChangeLog | 29 +++++++++++++++ gcc/testsuite/gcc.target/sparc/20210917-1.c | 19 ++++++++++ gcc/testsuite/gfortran.dg/entry_25.f90 | 13 +++++++ gcc/testsuite/gfortran.dg/intent_out_14.f90 | 24 ++++++++++++ 10 files changed, 187 insertions(+), 2 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/intent_out_14.f90