This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran, F08] PR 54756: Should reject CLASS, intent(out) in PURE procedures


2014-12-21 18:49 GMT+01:00 Dominique d'HumiÃres <dominiq@lps.ens.fr>:
> I have now tested your patch without regression. However I have found an annoying side effect with pr62298: the string_assign_from_* user defined assignments are rejected. Does this mean that F08 forbids user defined assignments for classes or am I missing something?

No, AFAICS it just means that type-bound assignment procedures can not
be pure (but e.g. they can still be impure elemental).

Cheers,
Janus



>> Le 21 dÃc. 2014 Ã 15:29, Dominique d'HumiÃres <dominiq@lps.ens.fr> a Ãcrit :
>>
>> I have not yet tested your patch (for my lay eyes it is in the  obvious  category). Iâll test it as soon as I am done with testing your patch in pr60357!
>>
>> Cheers,
>>
>> Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]