Re: [PATCH] PR 44292 Enable large record lengths in OPEN and INQUIRE statements

2017-11-18 Thread Janne Blomqvist
On Sat, Nov 18, 2017 at 5:56 PM, Thomas Koenig wrote: > Hi Janne, > >> This is a straightforward change that we can do now that the ABI has >> been bumped (again!). >> >> Regtested on x86_64-pc-linux-gnu, Ok for trunk? > > > OK, and thanks. > > Regards > > Thomas Thanks, committed as r254

Re: [PATCH] PR 44292 Enable large record lengths in OPEN and INQUIRE statements

2017-11-18 Thread Thomas Koenig
Hi Janne, This is a straightforward change that we can do now that the ABI has been bumped (again!). Regtested on x86_64-pc-linux-gnu, Ok for trunk? OK, and thanks. Regards Thomas

[PATCH] PR 44292 Enable large record lengths in OPEN and INQUIRE statements

2017-11-17 Thread Janne Blomqvist
This is a straightforward change that we can do now that the ABI has been bumped (again!). Regtested on x86_64-pc-linux-gnu, Ok for trunk? gcc/fortran/ChangeLog: 2017-11-17 Janne Blomqvist PR fortran/44292 * ioparm.def (IOPARM): Make recl_in intio, and recl_out pintio. libgf