[Bug fortran/48699] [4.6/4.7 Regression] [OOP] MOVE_ALLOC inside SELECT TYPE
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon May 30 10:48:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48699
--- Comment #17 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-05-30 09:35:44 UTC ---
(In reply to comment #15)
> I see; I wonder, is this something that was added in F2008 or was it present in
> F2003?
If you talk about that associate-names don't inherit the allocate attribute
from the selector: That's not new. Cf. F2003, "16.4.1.5 Construct association"
and F2008, "16.5.1.6". A quote from the latter can be found in bug 48887
comment 0.
More information about the Gcc-bugs
mailing list