aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2014-06-29 02:49:45 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2014-06-29 02:49:45 +0000
commit9389649842d73a43dc50e9dd9f5c5c0fce53e055 (patch)
tree17f01f33c20a91178bd54baf36472975f9e50cd3 /libgfortran/ChangeLog
parent7d90d0e1df9b9afddb35c2147b48ee11a3389c34 (diff)
downloadgcc-9389649842d73a43dc50e9dd9f5c5c0fce53e055.zip
gcc-9389649842d73a43dc50e9dd9f5c5c0fce53e055.tar.gz
gcc-9389649842d73a43dc50e9dd9f5c5c0fce53e055.tar.bz2
re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)
2014-06-28 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/61640 * io/list_read.c (next_char_internal): Adjust the read length to a single wide character. (eat_spaces): Add missing paren. * io/unix.c (mem_read4): Use the correct mem_alloc function for wide character internal reads. From-SVN: r212118
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index c4e9949..10761e1 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/61640
+ * io/list_read.c (next_char_internal): Adjust the read length to
+ a single wide character. (eat_spaces): Add missing paren.
+ * io/unix.c (mem_read4): Use the correct mem_alloc function for
+ wide character internal reads.
+
2014-06-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/29383