This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from f66796c87d1 PR fortran/92470 Fixes for CFI_address adds f614956b989 Sanitize the constant argument for rotr<mode>3 adds 84b0a9125da Daily bump. adds 64785acc408 Fix gfortran.dg/ISO_Fortran_binding_17.c using rel. #include adds 8b6464a877d Backport r278210 adds 1f1cdfdd7ef [ARC] Backport from mainline r278056,r278057 new 317a8cc4b37 Daily bump. new 1e94388a7cf Free dominance info at the beginning of pass_jump_after_combine
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 | 33 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cfgcleanup.c | 5 ++- gcc/config/arc/arc.c | 16 +++++++ gcc/config/arc/arc.md | 22 ++++----- gcc/config/i386/i386.h | 2 +- gcc/config/mips/mips.md | 4 +- gcc/testsuite/ChangeLog | 19 ++++++++ gcc/testsuite/gcc.dg/pr92430.c | 25 +++++++++++ gcc/testsuite/gcc.target/arc/delay-slot-limm.c | 52 ++++++++++++++++++++++ gcc/testsuite/gcc.target/arc/pic-2.c | 23 ++++++++++ gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c | 2 +- 12 files changed, 188 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr92430.c create mode 100644 gcc/testsuite/gcc.target/arc/delay-slot-limm.c create mode 100644 gcc/testsuite/gcc.target/arc/pic-2.c