https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79181
Bug ID: 79181 Summary: Not deleting /tmp/cc* Product: gcc Version: 6.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dilyan.palauzov at aegee dot org Target Milestone: --- When the linking process is interrupted, some files of the form /tmp/cc?????? or /tmp/cc??????.ltrans?.o are left. These files shall be deleted when the linker terminates, even if it has been interrupted.