[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Mon Feb 10 10:15:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
With the patch in comment 2, the test gfortran.dg/edit_real_1.f90 fails for the
outputs #5, 6, and 13

 5     12.873E+03z    
 6     12.344E-06z    
 13    999.999E+00z    

instead of the expected outputs

 5     12.874E+03z    
 6     12.345E-06z    
 13      1.000E+03z



More information about the Gcc-bugs mailing list