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 1299fd36ddc Daily bump. new 25e46423bdf Fortran: fix parsing of type parameter inquiries of substri [...] new 819b6415b63 Fortran: fix regression introduced by commit r16-914-g787a8 [...] new e8a36b05158 Fortran: parameter inquiries of constant complex arrays [PR [...]
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/expr.cc | 110 +++++++++++- gcc/fortran/primary.cc | 64 ++++++- gcc/testsuite/gfortran.dg/inquiry_type_ref_7.f90 | 62 +++++++ gcc/testsuite/gfortran.dg/inquiry_type_ref_8.f90 | 214 +++++++++++++++++++++++ 4 files changed, 440 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/inquiry_type_ref_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/inquiry_type_ref_8.f90