http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57922
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from janus at gcc dot gnu.org ---
(In reply to Tobias Burnus from comment #2)
> (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.
Right. Although the test case does not actually deal with finalization, but
rather involves polymorphic deallocation (i.e. PR 46321).
Anyway, closing as fixed.