aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorDominique d'Humieres <dominiq@lps.ens.fr>2014-03-08 07:04:34 +0100
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2014-03-08 06:04:34 +0000
commit4e185d7cee2261ee43266533a8fdbcc84e65e539 (patch)
treef71055d1cc6bf8e4cb1bed27e2c4718192f8b8fe /libgfortran/ChangeLog
parent494c3d0e55e267db18575d2da0285f9820eabae0 (diff)
downloadgcc-4e185d7cee2261ee43266533a8fdbcc84e65e539.zip
gcc-4e185d7cee2261ee43266533a8fdbcc84e65e539.tar.gz
gcc-4e185d7cee2261ee43266533a8fdbcc84e65e539.tar.bz2
re PR fortran/60128 (Wrong ouput using en edit descriptor)
2014-03-08 Dominique d'Humieres <dominiq@lps.ens.fr> PR libgfortran/60128 * io/write_float.def (output_float): Remove unused variable nzero_real. Replace a double space with a single one. (determine_en_precision): Fix wrong handling of the EN format. PR libfortran/60128 * gfortran.dg/fmt_en.f90: New test. From-SVN: r208423
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 0cf04d2..4005df0 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,10 @@
+2014-03-08 Dominique d'Humieres <dominiq@lps.ens.fr>
+
+ PR libgfortran/60128
+ * io/write_float.def (output_float): Remove unused variable
+ nzero_real. Replace a double space with a single one.
+ (determine_en_precision): Fix wrong handling of the EN format.
+
2014-03-03 Jerry DeLisle <jvdelisle@gcc.gnu>
PR libfortran/60148