re PR fortran/37472 (bad output on default-format write of double in common block with -m64)

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.

From-SVN: r142079
This commit is contained in:
Jerry DeLisle 2008-11-21 04:29:54 +00:00
parent 54182589cf
commit 0f4122ff3d
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -652,7 +652,10 @@ output_float_FMT_G_ ## x (st_parameter_dt *dtp, const fnode *f, \
low = mid + 1;\
}\
else\
break;\
{\
mid++;\
break;\
}\
}\
\
if (e < 0)\