write_float.def
18.8 KB
-
re PR fortran/37834 (write(*,'(f0.0)') 0.0 prints "." instead of "0.") · f13c001e
2008-10-19 Jerry DeLisle <jvdelisle@gcc.gnu.org PR libfortran/37834 * io/write_float.def (output_float): Emit '0.' for special case of format specifier 'f0.0' and value of zero. Likewise emit '0' for 'f1.0'. From-SVN: r141231
Jerry DeLisle committed