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/57922] [OOP] Memory leak with allocatable polymorphics


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to janus from comment #1)
> On x86_64-unknown-linux-gnu, I can confirm the problem with 4.7 and 4.8.
> However, the leak seems to be gone in the latest trunk version:

Which is not very surprising as the finalization code should also take care of
this. See PR37336. I believe r199643 was the enabling commit.


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