This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/48699] [4.6/4.7 Regression] [OOP] MOVE_ALLOC inside SELECT TYPE


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.


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