https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69144
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2016-01-18 Ever confirmed|0 |1 --- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Thanks for filing this. The debris seems to be: - ahead-of-time compilation artifacts (.exe files, .so and .s) which linger in the tempdir after they've been copied up to the output_path. - dumpfiles that were requested via gcc_jit_context_enable_dump This will affect users of the libgccjit, not just the testsuite, so these should probably be cleaned up by jit::tempdir::~tempdir, or maybe when they are copied up to their final locations. (Maybe the latter should add the tempfiles to a list which gets unlinked by the former)