https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121234
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Jerry DeLisle <jvdeli...@gcc.gnu.org>: https://gcc.gnu.org/g:b078015d94152e0e6d19de67717371e79f05b18d commit r15-10222-gb078015d94152e0e6d19de67717371e79f05b18d Author: Jerry DeLisle <jvdeli...@gcc.gnu.org> Date: Tue Aug 5 12:10:24 2025 -0700 Fortran: Fix runtime bogus diagnostic with ';' PR libfortran/121234 libgfortran/ChangeLog: * io/list_read.c (read_character): Add checks to bypass eating semicolons when reading strings with decimal mode 'point' (list_formatted_read_scalar): Likewise. gcc/testsuite/ChangeLog: * gfortran.dg/pr121234.f90: New test. (cherry picked from commit 3d496ed9a5821ae9188e5242c1e26eea80c4039f)