re PR fortran/52724 (Internal read with character(kind=4) data)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 29 Sep 2012 17:38:46 +0000 (17:38 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 29 Sep 2012 17:38:46 +0000 (17:38 +0000)
commit7c0de7535345f7d271c89d5121c7edfabd1e79f7
treeee47c83148e108305938eb2264d383e28dae885d
parentdf98376a391d42fa570b557391199b041abaeb42
re PR fortran/52724 (Internal read with character(kind=4) data)

2012-09-29  Thomas König  <tkoenig@gcc.gnu.org>

PR fortran/52724
* list_read.c (next_char):  Handle kind=4 characters.
* unix.c (open_internal4):  Correct lenth of internal file.

2012-09-29  Thomas König  <tkoenig@gcc.gnu.org>

PR fortran/52724
* gfortran.dg/internal_readwrite_3.f90:  New test.

From-SVN: r191854
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/internal_readwrite_3.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c
libgfortran/io/unix.c