This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from c9be2aa4f60 Daily bump. new d7709c8366b Fortran: fix issues with rank-2 deferred-length character a [...] new 54c239848c9 Fortran: ICE in character(kind=4) deferred-length array ref [...] new 9bfc496528d Fortran: fix assignment to allocatable scalar polymorphic c [...]
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/fortran/primary.cc | 2 + gcc/fortran/trans-array.cc | 13 ++ gcc/fortran/trans-types.cc | 1 + gcc/testsuite/gfortran.dg/alloc_comp_assign_17.f90 | 96 ++++++++ .../gfortran.dg/deferred_character_39.f90 | 241 +++++++++++++++++++++ 5 files changed, 353 insertions(+) create mode 100644 gcc/testsuite/gfortran.dg/alloc_comp_assign_17.f90 create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_39.f90