Re: PATCH ATTACHED Re: [PATCH, Fortran] PR78659 Spurious "requires DTIO" reported against namelist statement

2017-05-13 Thread Jerry DeLisle
On 05/13/2017 04:06 AM, Dominique d'Humières wrote: > Dear Jerry, > >> And the actual patch ... > > Are you sure this the right patch? It seems mostly applied on trunk. > > TIA > > Dominique > > PS I saw some ‘return 1;’ which should probably ‘return true;’ > > When I moved the checks over

Re: PATCH ATTACHED Re: [PATCH, Fortran] PR78659 Spurious "requires DTIO" reported against namelist statement

2017-05-13 Thread Dominique d'Humières
Dear Jerry, > And the actual patch ... Are you sure this the right patch? It seems mostly applied on trunk. TIA Dominique PS I saw some ‘return 1;’ which should probably ‘return true;’

Re: PATCH ATTACHED Re: [PATCH, Fortran] PR78659 Spurious "requires DTIO" reported against namelist statement

2017-05-11 Thread Paul Richard Thomas
Hi Jerry, This patch is good for both trunk and 7-branch. Thanks! Paul On 11 May 2017 at 16:35, Jerry DeLisle wrote: > And the actual patch ... > > On 05/11/2017 08:30 AM, Jerry DeLisle wrote: >> >> Hi all, >> >> The attached patch fixes this issue by moving the DTIO namelist checks >> from n

PATCH ATTACHED Re: [PATCH, Fortran] PR78659 Spurious "requires DTIO" reported against namelist statement

2017-05-11 Thread Jerry DeLisle
And the actual patch ... On 05/11/2017 08:30 AM, Jerry DeLisle wrote: Hi all, The attached patch fixes this issue by moving the DTIO namelist checks from namelist resolution to READ/WRITE statement resolution. This allows the checks to be specific to the io_kind. The dtio_procs_present funct