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 3c9e486f924 Daily bump. new c65c4c6af5b Fortran: fix FE memleak new 57062bc355a Fortran: no size check passing NULL() without MOLD argument [...] new 344b60addb7 Fortran: fix for absent array argument passed to optional d [...]
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 | 4 + gcc/fortran/trans-array.cc | 11 +++ gcc/fortran/trans-types.cc | 12 ++- .../gfortran.dg/missing_optional_dummy_6a.f90 | 2 +- gcc/testsuite/gfortran.dg/null_actual_5.f90 | 76 +++++++++++++++ .../gfortran.dg/ubsan/missing_optional_dummy_8.f90 | 108 +++++++++++++++++++++ 6 files changed, 207 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/null_actual_5.f90 create mode 100644 gcc/testsuite/gfortran.dg/ubsan/missing_optional_dummy_8.f90