Re: [PATCH] PR 53796 Improve INQUIRE(RECL=...) handling

2018-09-07 Thread Janne Blomqvist
On Fri, Sep 7, 2018 at 4:37 PM Bernhard Reutner-Fischer < rep.dot@gmail.com> wrote: > Janne, > > On Mon, 27 Nov 2017 at 20:57, Thomas Koenig wrote: > > > > Hi Janne, > > > > > PING > > > > Looks good for trunk. Thanks! > > AFAICS this removed the last user of > > static void > init_unsigned_

Re: [PATCH] PR 53796 Improve INQUIRE(RECL=...) handling

2018-09-07 Thread Bernhard Reutner-Fischer
Janne, On Mon, 27 Nov 2017 at 20:57, Thomas Koenig wrote: > > Hi Janne, > > > PING > > Looks good for trunk. Thanks! AFAICS this removed the last user of static void init_unsigned_integer which manifests itself as ../../../../../src/gcc-9.0.mine/libgfortran/runtime/environ.c:104:1: warning: ‘

Re: [PATCH] PR 53796 Improve INQUIRE(RECL=...) handling

2017-11-27 Thread Thomas Koenig
Hi Janne, PING Looks good for trunk. Thanks! Since this is a change in user-visible behavior, will you also document this in gcc-8/changes.html ? If you prefer me to do this (haven't installed CVS or something :-) just drop me a line. Regards Thomas

Re: [PATCH] PR 53796 Improve INQUIRE(RECL=...) handling

2017-11-27 Thread Janne Blomqvist
PING On Mon, Nov 20, 2017 at 10:06 PM, Janne Blomqvist wrote: > The current F2018 draft (N2137) specifies behavior of the RECL= > specifier in the INQUIRE statement, where it previously was left as > undefined. Namely: > > - If the unit is not connected, RECL= should be given the value -1. > - If

[PATCH] PR 53796 Improve INQUIRE(RECL=...) handling

2017-11-20 Thread Janne Blomqvist
The current F2018 draft (N2137) specifies behavior of the RECL= specifier in the INQUIRE statement, where it previously was left as undefined. Namely: - If the unit is not connected, RECL= should be given the value -1. - If the unit is connected with stream access, RECL= should be given the valu