[Bug fortran/48699] [OOP] MOVE_ALLOC of polymorphic variables

2011-05-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48699 --- Comment #5 from janus at gcc dot gnu.org 2011-05-15 11:53:00 UTC --- (In reply to comment #4) > In each TYPE IS/CLASS IS block we generate a temporary for the selector. > Apparently we need to set the correct attributes for the temporary. cf.

[Bug fortran/48699] [OOP] MOVE_ALLOC of polymorphic variables

2011-05-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48699 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/48699] [OOP] MOVE_ALLOC of polymorphic variables

2011-04-20 Thread sfilippone at uniroma2 dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48699 --- Comment #3 from Salvatore Filippone 2011-04-20 13:20:48 UTC --- (In reply to comment #2) > See also PR 48700 (memleak with polymorphic vars in MOVE_ALLOC), which might > be > a duplicate. They are related in the sense that the test cases fo

[Bug fortran/48699] [OOP] MOVE_ALLOC of polymorphic variables

2011-04-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48699 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org,

[Bug fortran/48699] [OOP] MOVE_ALLOC of polymorphic variables

2011-04-20 Thread sfilippone at uniroma2 dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48699 --- Comment #1 from Salvatore Filippone 2011-04-20 12:07:04 UTC --- Created attachment 24057 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24057 test-case