[Bug fortran/52724] Internal read with character(kind=4) data

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Sep 29 17:39:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52724

--- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2012-09-29 17:38:50 UTC ---
Author: tkoenig
Date: Sat Sep 29 17:38:46 2012
New Revision: 191854

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191854
Log:
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.


Added:
    trunk/gcc/testsuite/gfortran.dg/internal_readwrite_3.f90
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/list_read.c
    trunk/libgfortran/io/unix.c



More information about the Gcc-bugs mailing list