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 22a18976d55 Daily bump. new 857ab305e88 Fortran: fix issue with I/O of array pointer [PR107968] new 2f881d81d61 Fortran: fix "unstable" interfaces of external procedures [ [...]
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/trans-io.cc | 4 +- gcc/fortran/trans-types.cc | 1 + gcc/testsuite/gfortran.dg/implied_do_io_9.f90 | 72 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/interface_abstract_6.f90 | 53 ++++++++++++++++ 4 files changed, 129 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_9.f90 create mode 100644 gcc/testsuite/gfortran.dg/interface_abstract_6.f90