This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9ed925a53c4 Relax lto-dump.o dependency. new ade0939d853 Fix commit for PR fortran/92142 - CFI_setpointer corrupts d [...] new 3146a7ded5e [ARC] Fix legitimize pic address. new 1cfb0f603f5 [ARC] Fix movsi_ne pattern.
The 3 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 | 11 +++++ gcc/config/arc/arc.c | 16 +++++++ gcc/config/arc/arc.md | 22 ++++----- gcc/testsuite/ChangeLog | 15 +++++++ gcc/testsuite/gcc.target/arc/delay-slot-limm.c | 52 ++++++++++++++++++++++ gcc/testsuite/gcc.target/arc/pic-2.c | 23 ++++++++++ .../gfortran.dg/ISO_Fortran_binding_16.f90 | 2 +- 7 files changed, 129 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/delay-slot-limm.c create mode 100644 gcc/testsuite/gcc.target/arc/pic-2.c