[patch, libgfortran] PR47567 Wrong output for small absolute values with F editing

Jerry DeLisle jvdelisle@frontier.com
Sat Feb 19 15:14:00 GMT 2011


On 02/18/2011 05:41 PM, Jerry DeLisle wrote:
> This small patch adjusts the processor generated width for F0.d formatting to
> accommodate negative signs on zero.
>
> Regression tested on x86-64. Updated test case provided.
>
> OK for trunk?
>
> Regards,
>
> Jerry
>
> 2011-02-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
>
> PR libgfortran/47567
> * io/write_float.def (output_float): Adjust width for F0.d to
> allow space for negative signs on zero.

Committed after approval from Tobias on IRC.

Author: jvdelisle
Date: Sat Feb 19 15:10:55 2011
New Revision: 170318

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170318
Log:
2011-02-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

     PR libgfortran/47567
     * io/write_float.def (output_float): Adjust width for F0.d to
     allow space for negative signs on zero.



More information about the Fortran mailing list