This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/47285] G format outputs wrong number of characters when decimal supplied in literal
- 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: Thu, 27 Jan 2011 02:16:44 +0000
- Subject: [Bug libfortran/47285] G format outputs wrong number of characters when decimal supplied in literal
- Auto-submitted: auto-generated
- References: <bug-47285-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47285
--- Comment #5 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-01-27 02:16:23 UTC ---
Author: jvdelisle
Date: Thu Jan 27 02:16:18 2011
New Revision: 169320
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169320
Log:
2011-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/47285
* io/write_float.def (output_float): Return SUCCESS or FAILURE and use
the result to set the padding.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/write_float.def