]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/56810 (record-repeat fails kind check on complex read)
authorTobias Burnus <burnus@net-b.de>
Thu, 4 Apr 2013 11:24:15 +0000 (13:24 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 4 Apr 2013 11:24:15 +0000 (13:24 +0200)
commit71879a86efd6404ef36a0493b900868f10808646
treedf5329c928c8cf6fa8d1e32ec60361ab9daeeac9
parentf1bf4f3afb21fdb807c050693ac9da523e64f2a4
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
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/read_repeat_2.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c