diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2015-02-11 04:29:06 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2015-02-11 04:29:06 +0000 |
commit | 80f6181e2727fc2c2d74b603f94d44ae36daae66 (patch) | |
tree | 3f420616c8e238cc435efc4215290307d495f229 /libgfortran/ChangeLog | |
parent | 6dc6e7d061eee043def34086b484b15c53b74a29 (diff) | |
download | gcc-80f6181e2727fc2c2d74b603f94d44ae36daae66.zip gcc-80f6181e2727fc2c2d74b603f94d44ae36daae66.tar.gz gcc-80f6181e2727fc2c2d74b603f94d44ae36daae66.tar.bz2 |
re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")
2015-02-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/57822
* io/write_float.def (output_float): Apply fix of previous patch
to correctly calculate the exponent number of digits and take
care of wide character output.
From-SVN: r220606
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 61de246..612ed81 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,10 @@ +2015-02-10 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + PR libgfortran/57822 + * io/write_float.def (output_float): Apply fix of previous patch + to correctly calculate the exponent number of digits and take + care of wide character output. + 2015-02-09 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/57822 |