[gfortran,patch] PR libfortran/22436

Steve Kargl sgk@troutmask.apl.washington.edu
Thu Aug 4 15:52:00 GMT 2005


On Tue, Jul 19, 2005 at 06:55:22PM +0200, FX Coudert wrote:
> Attached easy patch fixes bug 22436: default format for real(10) and 
> real(16) can lead to asterisks, in cases such as:
> 
>   print *, tiny(0.0_10)
>   print *, huge(0.0_10)
> 
> The proposed patch uses format 1PG24.15E4 for REAL(10) and 1PG40.31E4 
> for REAL(16). The formats for other kinds are unchanged: 1PG14.7E2 for 
> REAL(4) and 1PG23.15E3 for REAL(8).
> 
> I'm leaving again tomorrow so I won't have time to commit this. So, if 
> nobody objects to this choice of formats, please feel free to commit!
> 

> 2005-07-19  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
> 
> 	PR libfortran/22436
> 	* io/write.c (write_real): Add default formats for real(10) and
> 	real(16).
> 

FX,

I can't find a ChangeLog entry that matches this patch.
I though that you had committed this patch.  Did you 
commit a variation?


-- 
Steve



More information about the Gcc-patches mailing list