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 0287b697b01 Daily bump. adds f00530266f8 Fix target/101934: aarch64 memset code creates unaligned st [...] adds b602b667c05 sparc: Print out bit names for LEON and LEON3 with -mdebug adds 807c7e12486 sparc: Treat more instructions as load or store in errata w [...] adds f5b008faf0a sparc: Skip all empty assembly statements adds 7b30a12edf7 sparc: Prevent atomic instructions in beginning of function [...] adds 3fd9656951b sparc: Add NOP in stack_protect_setsi if sparc_fix_b2bst enabled adds c503f416f22 sparc: Add scheduling information for LEON5 adds 58c76fb477b Fortran - ensure simplification of bounds of array-valued n [...] adds 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 [...] new 79c523d40de 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 | 58 +++++++ gcc/DATESTAMP | 2 +- gcc/combine.c | 10 ++ gcc/config/aarch64/aarch64.c | 4 +- gcc/config/sparc/leon5.md | 103 ++++++++++++ gcc/config/sparc/sparc-opts.h | 1 + gcc/config/sparc/sparc.c | 183 ++++++++++++++++++--- gcc/config/sparc/sparc.h | 36 ++-- gcc/config/sparc/sparc.md | 12 +- gcc/config/sparc/sparc.opt | 3 + gcc/doc/invoke.texi | 13 +- gcc/fortran/ChangeLog | 38 +++++ gcc/fortran/decl.c | 18 ++ gcc/fortran/expr.c | 4 +- gcc/fortran/resolve.c | 4 +- gcc/fortran/trans-expr.c | 11 ++ gcc/testsuite/ChangeLog | 45 +++++ .../gcc.target/aarch64/memset-strict-align-1.c | 28 ++++ 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 +++ gcc/testsuite/gfortran.dg/pr82314.f90 | 11 ++ gcc/testsuite/gfortran.dg/substr_6.f90 | 2 + 23 files changed, 590 insertions(+), 52 deletions(-) create mode 100644 gcc/config/sparc/leon5.md create mode 100644 gcc/testsuite/gcc.target/aarch64/memset-strict-align-1.c 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 create mode 100644 gcc/testsuite/gfortran.dg/pr82314.f90