Re: [Patch, Fortran, OOP] PR 57843: Type-bound assignment is resolved to non-polymorphic procedure call

2013-08-23 Thread Janus Weil
2013/8/22 Mikael Morin : > 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 fo

Re: [Patch, Fortran, OOP] PR 57843: Type-bound assignment is resolved to non-polymorphic procedure call

2013-08-22 Thread Mikael Morin
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 procedur

[Patch, Fortran, OOP] PR 57843: Type-bound assignment is resolved to non-polymorphic procedure call

2013-08-22 Thread Janus Weil
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 type