This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9beb6d88eff c++: Fix qualified array-type construction [PR 98538] new b90e4a97419 fortran: Fixes a bug in ISO_Fortran_binding.c. new c029fcb5680 Reset force_source_line in final.c
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/final.c | 1 + .../iso_fortran_binding_uint8_array.f90 | 11 ++++++++++ .../iso_fortran_binding_uint8_array_driver.c | 25 ++++++++++++++++++++++ libgfortran/runtime/ISO_Fortran_binding.c | 3 +-- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/iso_fortran_binding_uint8_array.f90 create mode 100644 gcc/testsuite/gfortran.dg/iso_fortran_binding_uint8_array_driver.c