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-lts-defconfig in repository toolchain/ci/gcc.
from 6aafb75646c RISC-V: Fix bad insn splits with paradoxical subregs. adds dff59b16064 2019-09-19 Steven G. Kargl kargl@gcc.gnu.org adds 176b3b7aba1 Daily bump. new f3471d9d409 PR target/91269 * config/sparc/sparc.h (HARD_REGNO_CALLER [...] new d6279ef7800 RISC-V: Fix more splitters accidentally calling gen_reg_rtx.
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 | 34 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/riscv/riscv-protos.h | 4 +- gcc/config/riscv/riscv.c | 45 +++++++++++++--------- gcc/config/riscv/riscv.md | 6 +-- gcc/config/sparc/sparc.h | 7 ++++ gcc/fortran/ChangeLog | 7 ++++ gcc/fortran/resolve.c | 2 +- gcc/testsuite/ChangeLog | 9 +++++ gcc/testsuite/gcc.dg/pr91269.c | 70 +++++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr91727.f90 | 9 +++++ 11 files changed, 171 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr91269.c create mode 100644 gcc/testsuite/gfortran.dg/pr91727.f90