This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] PR40443 - Elemental procedure in generic interface incorrectly selected in preference to specific procedure
- From: Tobias Burnus <burnus at net-b dot de>
- To: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- Cc: fortran at gcc dot gnu dot org, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 21 Jun 2009 19:31:48 +0200
- Subject: Re: [Patch, fortran] PR40443 - Elemental procedure in generic interface incorrectly selected in preference to specific procedure
- References: <339c37f20906211022k7ccba07u48d6f72a4bc4b868@mail.gmail.com>
Paul Richard Thomas wrote:
> Bootstrapped and regtested on FC9/x86_64
> OK for trunk and.... ?? I would suggest 4.4 and maybe even 4.3.
>
OK for trunk, 4.4, 4.3; though applying trunk + 4.4 is probably sufficient.
Tobias
> 2009-06-21 Paul Thomas <pault@gcc.gnu.org>
>
> PR fortran/40443
> * interface.c (gfc_search_interface): Hold back a match to an
> elementary procedure until all other possibilities are
> exhausted.
>
> 2009-06-21 Paul Thomas <pault@gcc.gnu.org>
>
> PR fortran/40443
> * gfortran.dg/generic_18.f90: New test.
>