------- Comment #39 from jv244 at cam dot ac dot uk 2009-07-24 11:29 ------- (In reply to comment #36) > All of gfortran.h seems to be ignorant of the GC - which means we may > not garbage collect while the FE is still running, so all calls to > cgraph_finalize_function should have true as their 2nd argument. > I wonder if this is the reason for PR40005 ??
since it garbage collector seems to run from within the frontend in that case: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40005#c10 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40011