On Wed, 1 Mar 2017, Martin Sebor wrote: > Joseph, since you commented on the bug, do you have a suggestion > for a different site for it or a guard? The only other call to > the function is in the Fortran FE and it's neither guarded nor > does it appear to ever be called.
I don't think a guard is needed. Arguably it should be called from an atexit handler, but since we don't have such a handler calling it from the relevant pass seems reasonable (and I'm not sure what the right way to handle such freeing of memory in the JIT context is). -- Joseph S. Myers jos...@codesourcery.com