aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2013-04-04 13:24:15 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2013-04-04 13:24:15 +0200
commit71879a86efd6404ef36a0493b900868f10808646 (patch)
treedf5329c928c8cf6fa8d1e32ec60361ab9daeeac9 /libgfortran/ChangeLog
parentf1bf4f3afb21fdb807c050693ac9da523e64f2a4 (diff)
downloadgcc-71879a86efd6404ef36a0493b900868f10808646.zip
gcc-71879a86efd6404ef36a0493b900868f10808646.tar.gz
gcc-71879a86efd6404ef36a0493b900868f10808646.tar.bz2
re PR libfortran/56810 (record-repeat fails kind check on complex read)
2013-04-04 Tobias Burnus <burnus@net-b.de> PR fortran/56810 * io/list_read.c (check_type): Fix kind checking for COMPLEX. 2013-04-04 Tobias Burnus <burnus@net-b.de> PR fortran/56810 * gfortran.dg/read_repeat_2.f90: New. From-SVN: r197479
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index fe9ae95..a963d45 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-04 Tobias Burnus <burnus@net-b.de>
+
+ PR fortran/56810
+ * io/list_read.c (check_type): Fix kind checking for COMPLEX.
+
2013-04-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/56660