Re: [PATCH] PR Fortran/83548 -- a LOGICAL fix

2017-12-25 Thread Steve Kargl
On Mon, Dec 25, 2017 at 11:12:49PM +0100, Bernhard Reutner-Fischer wrote: > On 25 December 2017 20:45:40 CET, Steve Kargl > wrote: > >The attach patch fixes a problem when a LOGICAL subprogram > >appears as the first element in an array constructor, which > >is interpreted as a LOGICAL type-spec,

Re: [PATCH] PR Fortran/83548 -- a LOGICAL fix

2017-12-25 Thread Bernhard Reutner-Fischer
On 25 December 2017 20:45:40 CET, Steve Kargl wrote: >The attach patch fixes a problem when a LOGICAL subprogram >appears as the first element in an array constructor, which >is interpreted as a LOGICAL type-spec, which fails because >the argument is of type LOGICAL instead of INTEGER. > >Regress