On January 2, 2018 at 10:02:01 AM, Paul Richard Thomas
(paul.richard.tho...@gmail.com(mailto:paul.richard.tho...@gmail.com)) wrote:
> Somewhere, I have a list of situations where finalization is required
> but not yet implemented. I'll dig it out and post it on the list.
PR 37336 has a list of about a dozen cases:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336
I haven’t looked at them, but from experience, I think most cases fail silently
(i.e., leak memory) as opposed to causing an ICE or a runtime error.
Damian