re PR fortran/37834 (write(*,'(f0.0)') 0.0 prints "." instead of "0.")
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 19 Oct 2008 18:36:21 +0000 (18:36 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 19 Oct 2008 18:36:21 +0000 (18:36 +0000)
commitf13c001e1a46aa1d4b3cd99cede7a3d07b239d9a
tree052d70853d0a6388f542edac0afffdd480c73c1e
parenta15138a45ffc3b88fbda897f6a7d818f2c89b017
re PR fortran/37834 (write(*,'(f0.0)') 0.0  prints "." instead of "0.")

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
libgfortran/ChangeLog
libgfortran/io/write_float.def