This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/47567] Wrong output for small absolute values with F editing
- From: "jvdelisle at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 1 Mar 2011 02:25:06 +0000
- Subject: [Bug libfortran/47567] Wrong output for small absolute values with F editing
- Auto-submitted: auto-generated
- References: <bug-47567-4@http.gcc.gnu.org/bugzilla/>
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 <jvdelisle@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