This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 9e734259dc4 Daily bump. new 4856affe9e0 Fortran: Adjust handling of optional comma in FORMAT. new 21e0a742e7b Fortran: Fix handling of parsed format strings.
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/io.cc | 6 ++++-- gcc/testsuite/gfortran.dg/comma_format_extension_1.f | 2 +- gcc/testsuite/gfortran.dg/comma_format_extension_3.f | 2 +- gcc/testsuite/gfortran.dg/continuation_13.f90 | 2 +- gcc/testsuite/gfortran.dg/pr119856.f90 | 15 +++++++++++++++ libgfortran/io/format.c | 10 +++++----- 6 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr119856.f90