This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c211e70eb9 testsuite: Add arm testcase for PR105374 new 3e0c9fdfd00 fortran: Avoid infinite self-recursion [PR105381] new 6a460a2007d fortran: Compare non-constant bound expressions. [PR105379]
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/fortran/array.cc | 27 +++++++++++++--------- gcc/fortran/trans-array.cc | 7 +++--- .../gfortran.dg/character_array_dummy_1.f90 | 21 +++++++++++++++++ gcc/testsuite/gfortran.dg/class_dummy_8.f90 | 20 ++++++++++++++++ gcc/testsuite/gfortran.dg/class_dummy_9.f90 | 20 ++++++++++++++++ 5 files changed, 81 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/character_array_dummy_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_8.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_9.f90