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 cbed0784570 Daily bump. new 250990298fb Fortran: fix NULL pointer dereference on overlapping initia [...] new 5f914402161 Fortran: fix passing of optional dummies to bind(c) procedu [...]
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-expr.cc | 8 +- gcc/testsuite/gfortran.dg/bind_c_optional-2.f90 | 105 +++++++++++++++++++++++ gcc/testsuite/gfortran.dg/data_initialized_4.f90 | 16 ++++ 3 files changed, 126 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/bind_c_optional-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/data_initialized_4.f90