This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64 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.
No new revisions were added by this update.
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 | 19 +++ gcc/fortran/decl.c | 18 ++ gcc/fortran/expr.c | 4 +- gcc/testsuite/ChangeLog | 29 ++++ .../gcc.target/aarch64/memset-strict-align-1.c | 28 ++++ gcc/testsuite/gcc.target/sparc/20210917-1.c | 19 +++ gcc/testsuite/gfortran.dg/pr82314.f90 | 11 ++ gcc/testsuite/gfortran.dg/substr_6.f90 | 2 + 19 files changed, 504 insertions(+), 51 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/pr82314.f90