This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR fortran/89647 -- Allow host associated procedure to be a binding target


On Tue, Aug 13, 2019 at 09:52:01AM +0300, Janne Blomqvist wrote:
> On Tue, Aug 13, 2019 at 1:32 AM Steve Kargl
> <sgk@troutmask.apl.washington.edu> wrote:
> >
> > The attached patch fixes PR fortran/89647, and has been
> > regression tested on x86_64-*-freebsd.
> >
> > If a procedure is made accessible by host association, the
> > that procedure can be used as binding target.  During the
> > resolution of a type bound procedure, gfortran needs to
> > check the parent namespace for a procedure before it fails.
> >
> > 2019-08-12  Steven G. Kargl  <kargl@gcc.gnu.org>
> >
> >         PF fortran/89647
> >         resolve.c (resolve_typebound_procedure): Allow host associated
> >         procedure to be a binding target.  While here, wrap long line.
> >
> > 2019-08-12  Steven G. Kargl  <kargl@gcc.gnu.org>
> >
> >         PF fortran/89647
> >         * gfortran.dg/pr89647.f90: New test.
> >
> > OK to commit?
> 
> Ok, thanks.

Committed to trunk.
Committed to 9-branch after successful regression testing.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]