Bug 39042 - [LTO] LTO tests don't cleanup temporary files
Summary: [LTO] LTO tests don't cleanup temporary files
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: lto (show other bugs)
Version: lto
: P3 major
Target Milestone: ---
Assignee: Ben Elliston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 14:52 UTC by H.J. Lu
Modified: 2009-07-08 11:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2009-07-08 06:09:40


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2009-01-30 14:52:33 UTC
I have 10GB free space in /tmp. But it isn't enough to run
"make check" because LTO tests don't cleanup after run. It
leads to many false alarms and make my machine unusable.
Comment 1 Andrew Pinski 2009-02-06 02:46:17 UTC
Do you know what temporary files are being used here?  Is it an issue with the driver or with the reader?
Comment 2 H.J. Lu 2009-02-06 03:36:54 UTC
LTO creates huge temporary assembly files, some of which > 2GB.
Comment 3 Ben Elliston 2009-07-08 11:49:24 UTC
This is fixed in lto revision 149354.  I ran make check-gcc and watched /tmp.  Temporary files were removed as the testsuite ran.