This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 58d6eea0e07 Add expander for movp2hi and movp2qi. new 3ba43155d2b testsuite: Run gcc.dg/pr96579.c only on targets with dfp support. new 9d463ce7f98 This patch fixes PR96624. new 43f3e695699 aarch64: Disable mem-shift-canonical test on ILP32 new 3b062fc43e1 fix a typo in rtl.texi new b648814c02e [PATCH PR96357][GCC][AArch64]: could not split insn UNSPEC_ [...] new cb3c3d63315 Fortran: Fix absent-optional handling for nondescriptor arr [...]
The 6 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/config/aarch64/aarch64-sve.md | 42 ++++++++++++++++--- gcc/doc/rtl.texi | 2 +- gcc/fortran/simplify.c | 14 ++++++- gcc/fortran/trans-array.c | 10 ++++- gcc/testsuite/gcc.dg/pr96579.c | 2 +- .../gcc.target/aarch64/mem-shift-canonical.c | 1 + gcc/testsuite/gcc.target/aarch64/sve/pr96357.c | 25 +++++++++++ .../gfortran.dg/optional_assumed_charlen_2.f90 | 48 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/reshape_8.f90 | 14 +++++++ 9 files changed, 147 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr96357.c create mode 100644 gcc/testsuite/gfortran.dg/optional_assumed_charlen_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/reshape_8.f90