PR libfortran/37472
* io/write_float.def (output_float_FMT_G_): Adjust conversion of
G format specification to F format.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142079
138bc75d-0d04-0410-961f-
82ee72b054a4
+2008-11-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libfortran/37472
+ * io/write_float.def (output_float_FMT_G_): Adjust conversion of
+ G format specification to F format.
+
2008-11-18 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/38135
low = mid + 1;\
}\
else\
- break;\
+ {\
+ mid++;\
+ break;\
+ }\
}\
\
if (e < 0)\