https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113223
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Jerry DeLisle <jvdeli...@gcc.gnu.org>: https://gcc.gnu.org/g:370aa06510cc714efd1f24170a09c9ba1f3d76f9 commit r13-8219-g370aa06510cc714efd1f24170a09c9ba1f3d76f9 Author: Jerry DeLisle <jvdeli...@gcc.gnu.org> Date: Sun Jan 7 10:22:19 2024 -0800 libgfortran: Emit a space at beginning of internal unit NML. PR libgfortran/113223 libgfortran/ChangeLog: * io/write.c (namelist_write): If internal_unit precede with space. gcc/testsuite/ChangeLog: * gfortran.dg/dtio_25.f90: Update. * gfortran.dg/namelist_57.f90: Update. * gfortran.dg/namelist_65.f90: Update. (cherry picked from commit add995ec117d756e61d207041cd32f937c1a1cd9)