[Patch, Fortran, OOP] PR 57843: Type-bound assignment is resolved to non-polymorphic procedure call
Mikael Morin
mikael.morin@sfr.fr
Thu Aug 22 21:33:00 GMT 2013
Le 22/08/2013 17:41, Janus Weil a écrit :
> Hi all,
>
> here is a wrong-code fix for type-bound assignments, which makes sure
> that these are resolved to polymorphic procedure calls. This was not
> always the case, because we used the wrong ordering when checking for
> defined-assignment procedures (looking for non-typebound ones first,
> and for typebound ones only afterwards). See in particular comment 3 -
> 5 in the PR.
>
> The patch was regtested on x86_64-unknown-linux-gnu. Ok for trunk?
>
OK. Thanks.
Mikael
More information about the Fortran
mailing list