mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 11:54:01 +08:00
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:
parent
54182589cf
commit
0f4122ff3d
@ -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
|
||||
|
@ -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)\
|
||||
|
Loading…
Reference in New Issue
Block a user