summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorAndre Vehreschild <vehre@gmx.de>2015-04-08 16:08:19 +0200
committerAndre Vehreschild <vehre@gmx.de>2015-04-08 16:08:19 +0200
commitb70cd7cb6fd66a6f5dfbfb988861cec47c6e2c7a (patch)
tree018962a41f39c27ff33d256772fc4df8e1fdf43d /libgfortran/ChangeLog
parent47a288f4810b15cffd924582e91fc603b7b64b75 (diff)
parent6f59b325165f6794b1d13753d5a06b1d10fee669 (diff)
downloadgcc-b70cd7cb6fd66a6f5dfbfb988861cec47c6e2c7a.tar.gz
Merge remote-tracking branch 'trunk' of git://gcc.gnu.org/git/gcc into vehre/all
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index c96826a8774..67bb9cce5e1 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,12 @@
+2015-03-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/65596
+ * io/transfer.c (data_transfer_init): If in namelist mode and
+ delimiter is not specified, set it to DELIM_QUOTE, independent
+ of -std.
+ * io/unit.c (init_units): Set flags.delim to the correct
+ initial value of DELIM_UNSPECIFIED.
+
2015-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/65541