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/49324] Deep copy missing for array constructors of DT w/ allocatable components


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

--- Comment #12 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-07-11 16:52:54 UTC ---
(In reply to comment #11)
> Still in 4.6.1, using original test case.

Well, that's the reason that this PR is not closed.

Fixed (in 4.6 and 4.7-trunk): Deep copy of array constructor.

To be done: Moving the copying for RESHAPE from the library to the front end -
as the front end (now) knows to deal with deep copying.


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