https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83560
--- Comment #8 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Author: jvdelisle Date: Fri Dec 29 19:25:31 2017 New Revision: 256034 URL: https://gcc.gnu.org/viewcvs?rev=256034&root=gcc&view=rev Log: 2017-12-29 Jerry DeLisle <jvdeli...@gcc.gnu.org> PR libgfortran/83560 * io/write.c (write_integer): Modify to use write_decimal. For namelist mode, suppress leading blanks and emit them as trailing blanks. Change parameter from len to kind for better readability. (nml_write_obj): Fix comment style. Added: trunk/gcc/testsuite/gfortran.dg/integer_plus.f90 Modified: trunk/gcc/testsuite/gfortran.dg/namelist_53.f90 trunk/gcc/testsuite/gfortran.dg/namelist_57.f90 trunk/libgfortran/ChangeLog trunk/libgfortran/io/write.c