Re: [PATCH] PR fortran/91943 -- More BOZ fallout

2019-10-11 Thread Steve Kargl
On Fri, Oct 11, 2019 at 05:55:45PM +0300, Janne Blomqvist wrote: > On Tue, Oct 1, 2019 at 1:23 AM Steve Kargl > wrote: > > > > A BOZ cannot be an actual argument in a subroutine or function > > reference except those intrinsic function listed in the Fortran > > standard. The attach patch checks

Re: [PATCH] PR fortran/91943 -- More BOZ fallout

2019-10-11 Thread Janne Blomqvist
On Tue, Oct 1, 2019 at 1:23 AM Steve Kargl wrote: > > A BOZ cannot be an actual argument in a subroutine or function > reference except those intrinsic function listed in the Fortran > standard. The attach patch checks for invalid BOZ. Built and > tested on x86_64-*-freebsd. OK to commit? > >

[PATCH] PR fortran/91943 -- More BOZ fallout

2019-09-30 Thread Steve Kargl
A BOZ cannot be an actual argument in a subroutine or function reference except those intrinsic function listed in the Fortran standard. The attach patch checks for invalid BOZ. Built and tested on x86_64-*-freebsd. OK to commit? 2019-09-30 Steven G. Kargl PR fortran/91943