https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123012
anlauf at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #9 from anlauf at gcc dot gnu.org ---
(In reply to GCC Commits from comment #8)
> The master branch has been updated by Jerry DeLisle <[email protected]>:
>
> https://gcc.gnu.org/g:17582084fad3a0fbf72a83524a4100d2eb802107
>
> commit r16-6748-g17582084fad3a0fbf72a83524a4100d2eb802107
> Author: Jerry DeLisle <[email protected]>
> Date: Mon Jan 12 18:45:05 2026 -0800
>
> Fortran: Detect missing quote in namelist read.
>
> PR libfortran/123012
>
> libgfortran/ChangeLog:
>
> * io/list_read.c (read_character): Add new check after
> get_string and provide better comments.
>
> gcc/testsuite/ChangeLog:
>
> * gfortran.dg/namelist_101.f90: New test.
Thanks, Jerry! This does the job.
Closing as fixed.