On Fri, Oct 11, 2019 at 05:55:45PM +0300, Janne Blomqvist wrote:
> On Tue, Oct 1, 2019 at 1:23 AM Steve Kargl
> <s...@troutmask.apl.washington.edu> 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?
> >
> > 2019-09-30  Steven G. Kargl  <ka...@gcc.gnu.org>
> >
> >         PR fortran/91943
> >         * match.c (gfc_match_call): BOZ cannot be an actual argument in
> >         a subroutine reference.
> >         * resolve.c (resolve_function): BOZ cannot be an actual argument in
> >         a function reference.
> >
> > 2019-09-30  Steven G. Kargl  <ka...@gcc.gnu.org>
> >
> >         PR fortran/91943
> >         gfortran.dg/pr91943.f90
> >
> > --
> > Steve
> 
> Ok, though I believe your other BOZ patch that I just reviewed applies
> on top of this one?
> 

Yes.  This patch was applied in

r276471 | kargl | 2019-10-02 10:01:30 -0700 (Wed, 02 Oct 2019) | 13 lines

I had a growing stack of patches interfering/interacting with
each other.  As I completely changed how BOZ are handled, I
figure that this one could be committed without a review.

-- 
Steve
20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4
20161221 https://www.youtube.com/watch?v=IbCHE-hONow

Reply via email to