This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, Fortran, F08] PR 45521: GENERIC resolution with ALLOCATABLE/POINTER and PROCEDURE
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Janus Weil <janus at gcc dot gnu dot org>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 11 Jun 2018 10:49:55 -0700
- Subject: Re: [Patch, Fortran, F08] PR 45521: GENERIC resolution with ALLOCATABLE/POINTER and PROCEDURE
- References: <CAKwh3qhJ-3NYhvn9H3E5oSv_A9p1NBweaQF8K9i4qBHO9+vo8w@mail.gmail.com>
- Reply-to: sgk at troutmask dot apl dot washington dot edu
On Mon, Jun 11, 2018 at 05:05:17PM +0200, Janus Weil wrote:
>
> the attached patch fixes two remaining problems with the resolution of
> generic functions with POINTER and ALLOCATABLE arguments in F08
> (coments 16 & 17 in the PR):
> * it deals with an INTENT(IN) condition that was added in an IR
> * it deals with polymorphic arguments, which were mistreated previously.
>
> The patch regtests cleanly on x86_64-linux-gnu. Ok for trunk?
>
Yes. Thanks for the patch.
--
Steve