http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567
--- Comment #29 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-03-01 02:24:52 UTC --- Author: jvdelisle Date: Tue Mar 1 02:24:50 2011 New Revision: 170585 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170585 Log: 2011-02-28 Jerry DeLisle <jvdeli...@gcc.gnu.org> PR libgfortran/47567 * io/write_float.def (output_float): Move handling of w = 0 to after output rounding. Check for zero and set zero_flag accordingly. Set width according to zero_flag. Add better comments. Modified: trunk/libgfortran/ChangeLog trunk/libgfortran/io/write_float.def