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 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. adds f3471d9d409 PR target/91269 * config/sparc/sparc.h (HARD_REGNO_CALLER [...] adds d6279ef7800 RISC-V: Fix more splitters accidentally calling gen_reg_rtx. adds a8f5e932a09 Fix PR88751
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 43 +++++++++++++++++++++ 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/ira.c | 9 ++++- gcc/testsuite/ChangeLog | 9 +++++ gcc/testsuite/gcc.dg/pr91269.c | 70 +++++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr91727.f90 | 9 +++++ 12 files changed, 188 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr91269.c create mode 100644 gcc/testsuite/gfortran.dg/pr91727.f90