Re: [Patch, Fortran] MOVE_ALLOC fixes
Dear Tobias, > Build and regtested on x86-64-linux (trunk and trunk + Paul's patch). > OK? Many thanks for the patch - it's OK for trunk. Cheers Paul
Re: [Patch, Fortran] MOVE_ALLOC fixes
Dear all, attached is an updated patch, I hadn't considered that the declared type of polymorphic arguments could be different. The middle end was not happy about: to = from where "to" and "from" where different class containers. I was considering to force the assignment (via VIEW_CONVERT_E