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 4fe3fff9040 Daily bump. new b31e1900fa0 Fortran: fix for CHARACTER(len=*) dummies with bind(C) [PR115390] new 9f147487de6 Fortran: fix passing of optional dummy as actual to optiona [...] new 603b344c07a Fortran: fix ALLOCATE with SOURCE of deferred character len [...]
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/trans-array.cc | 20 +++++-- gcc/fortran/trans-decl.cc | 4 +- gcc/fortran/trans-stmt.cc | 5 +- .../gfortran.dg/allocate_with_source_33.f90 | 69 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/bind_c_char_11.f90 | 45 ++++++++++++++ gcc/testsuite/gfortran.dg/optional_absent_12.f90 | 30 ++++++++++ 6 files changed, 166 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_33.f90 create mode 100644 gcc/testsuite/gfortran.dg/bind_c_char_11.f90 create mode 100644 gcc/testsuite/gfortran.dg/optional_absent_12.f90