This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26fb4bf5766 PR c/89425 - -Wabsolute-value warns in dead subexpressions new 9f74d3910e1 Handle stack pointer with SUBS/ADDS instructions. new 314256fc25d PR rtl-optimization/87761 * config/mips/mips.md: Add new [...]
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 | 23 ++++ gcc/config/aarch64/aarch64.md | 38 ++--- gcc/config/aarch64/predicates.md | 4 + gcc/config/mips/mips.md | 41 ++++++ gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.dg/rtl/aarch64/subs_adds_sp.c | 153 +++++++++++++++++++++ .../gfortran.fortran-torture/compile/pr89324.f90 | 15 ++ 7 files changed, 261 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/rtl/aarch64/subs_adds_sp.c create mode 100644 gcc/testsuite/gfortran.fortran-torture/compile/pr89324.f90