On Tue, Aug 13, 2019 at 09:52:01AM +0300, Janne Blomqvist wrote: > On Tue, Aug 13, 2019 at 1:32 AM Steve Kargl > <s...@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 <ka...@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 <ka...@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