This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 8c7771eae22 Daily bump. new 6fc73d88734 Fortran: fix checking of renamed-on-use interface name [PR120784] new 97ad2824f4f Fortran: follow-up fix to checking of renamed-on-use interf [...] new 087fe1daf10 Fortran: fix bogus runtime error with optional procedure ar [...]
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/interface.cc | 15 +++- gcc/fortran/trans-expr.cc | 3 +- gcc/testsuite/gfortran.dg/interface_63.f90 | 97 ++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pointer_check_15.f90 | 46 ++++++++++++ 4 files changed, 157 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/interface_63.f90 create mode 100644 gcc/testsuite/gfortran.dg/pointer_check_15.f90