This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from d92942efb33 libstdc++: Fix typo in C++20 status table new ba4b4b3864d testsuite: fortran: fix invalid testcases (missing MOLD arg [...] new 90442fb4218 Fortran: improve checks of NULL without MOLD as actual argu [...] new 337dc581395 Fortran: allow RESTRICT qualifier also for optional argumen [...] new 4e9f475cdc8 Fortran: handle procedure pointer component in DT array [PR110826]
The 4 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 | 7 +++ gcc/fortran/check.cc | 5 +- gcc/fortran/gfortran.h | 3 ++ gcc/fortran/interface.cc | 30 +++++++++++ gcc/fortran/trans-types.cc | 13 +++-- gcc/testsuite/gfortran.dg/assumed_rank_10.f90 | 6 +-- gcc/testsuite/gfortran.dg/assumed_rank_8.f90 | 4 +- gcc/testsuite/gfortran.dg/assumed_rank_9.f90 | 13 +++-- gcc/testsuite/gfortran.dg/coarray_poly_6.f90 | 2 +- gcc/testsuite/gfortran.dg/coarray_poly_7.f90 | 2 +- gcc/testsuite/gfortran.dg/coarray_poly_8.f90 | 2 +- .../gfortran.dg/missing_optional_dummy_6a.f90 | 2 +- gcc/testsuite/gfortran.dg/null_actual_4.f90 | 35 +++++++++++++ gcc/testsuite/gfortran.dg/pr100988.f90 | 61 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr101329.f90 | 4 +- gcc/testsuite/gfortran.dg/proc_ptr_comp_53.f90 | 43 +++++++++++++++ 16 files changed, 208 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/null_actual_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr100988.f90 create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_53.f90