[Bug fortran/44292] [libgfortran ABI breakage] Increase internal size of RECL= of the OPEN statement
jb at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Nov 18 16:13:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44292
--- Comment #9 from Janne Blomqvist <jb at gcc dot gnu.org> ---
Author: jb
Date: Sat Nov 18 16:13:20 2017
New Revision: 254915
URL: https://gcc.gnu.org/viewcvs?rev=254915&root=gcc&view=rev
Log:
PR 44292 Enable large record lengths in OPEN and INQUIRE statements
This is a straightforward change that we can do now that the ABI has
been bumped (again!).
Regtested on x86_64-pc-linux-gnu.
gcc/fortran/ChangeLog:
2017-11-18 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/44292
* ioparm.def (IOPARM): Make recl_in intio, and recl_out pintio.
libgfortran/ChangeLog:
2017-11-18 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/44292
* io/io.h: Make recl_in a GC_IO_INT and recl_out a type
GFC_IO_INT*.
gcc/testsuite/ChangeLog:
2017-11-18 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/44292
* gfortran.dg/large_recl.f90: New test.
Added:
trunk/gcc/testsuite/gfortran.dg/large_recl.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/ioparm.def
trunk/gcc/testsuite/ChangeLog
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/io.h
More information about the Gcc-bugs
mailing list