This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51733] New: [OOP] No allocate on assign for class objects with allocatable components.
- From: "pault at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 02 Jan 2012 13:32:00 +0000
- Subject: [Bug fortran/51733] New: [OOP] No allocate on assign for class objects with allocatable components.
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51733
Bug #: 51733
Summary: [OOP] No allocate on assign for class objects with
allocatable components.
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: pault@gcc.gnu.org
The testcase in PR51634 needs explicit allocations, as in the final comment.
PR51634 was closed, since the nesting of typebound operators is fixed.
Paul