https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100151
Bug ID: 100151 Summary: libgccjit tutorial hello world program leaves temporary files on MS-Windows Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: eliz at gnu dot org Target Milestone: --- I compiled the tut01-hello-world program on MS-Windows using MinGW GCC 9.2.0. Running the program leaves a libjccgit-NNNNN directory (where "NNNNN" is a random suffix) under $TEMP with a single file called fake.so. Each time the program is run, another directory with the same content is deposited there.