This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] Fix PR 52724, internal list-directed read/write with kind=4
- From: Janus Weil <janus at gcc dot gnu dot org>
- To: Thomas Koenig <tkoenig at netcologne dot de>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 29 Sep 2012 13:54:47 +0200
- Subject: Re: [patch, fortran] Fix PR 52724, internal list-directed read/write with kind=4
- References: <5060D5A0.4000105@netcologne.de>
Hi Thomas,
> not much to say, the patch is pretty straightforward.
> Regression-tested. OK for trunk?
I'm not much of a libgfortran or I/O expert, but after all this looks
ok to me. Thanks for the patch!
Cheers,
Janus
> 2012-09-24 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-24 Thomas König <tkoenig@gcc.gnu.org>
>
> PR fortran/52724
> * gfortran.dg/internal_readwrite_3.f90: New test.