[Bug fortran/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Dec 11 13:31:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-12-11 12:54:29 UTC ---
(In reply to comment #2)
> - Handle the "copy in" for derived types and class (both scalar and array)

For derived types: The arguments are passed by value thus it works. However, no
copying is done for allocatable components. Note: Also "( )" (=
INTRINSIC_PARENTHESES) does not work for DT w/ allocatable components.



More information about the Gcc-bugs mailing list