re PR fortran/37472 (bad output on default-format write of double in common block...
[gcc.git] / libgfortran / ChangeLog
index f60c5d0e8def9ad464fc39e23c1bc7f74a4640fe..c04331f60fe1763f5462acdd46d59abbc4d83ba8 100644 (file)
@@ -1,3 +1,9 @@
+2008-12-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/37472
+       * io/write_float.def (output_float_FMT_G_): Modify calculation of temp
+       to avoid sensitivity to round-off.
+
 2008-12-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libfortran/38398