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_O3 in repository toolchain/ci/gcc.
from 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 adds 317a8cc4b37 Daily bump. adds 1e94388a7cf Free dominance info at the beginning of pass_jump_after_combine
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 27 +++++++++++ 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/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 +- 11 files changed, 180 insertions(+), 15 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