2012-09-29 Thomas König <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2012 17:38:46 +0000 (17:38 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2012 17:38:46 +0000 (17:38 +0000)
commit33ea6150f326adb2eb64c3837973d72c2801c8ff
treeee47c83148e108305938eb2264d383e28dae885d
parentc6b55fbf206b5edf5977ec978854efa76bfa3936
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191854 138bc75d-0d04-0410-961f-82ee72b054a4
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