Bug 41380 - lto.exp leaves temporary files behind
Summary: lto.exp leaves temporary files behind
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: lto (show other bugs)
Version: lto
: P3 normal
Target Milestone: ---
Assignee: Richard Biener
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-16 15:54 UTC by Richard Biener
Modified: 2009-09-22 15:50 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2009-09-22 14:25:09


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Biener 2009-09-16 15:54:25 UTC
After running make check-gcc RUNTESTFLAGS=lto.exp we have

ls testsuite/gcc/
ccnMRJwL-c_lto_20090116_0.o.lto.o  gcc-dg-lto-20090206-1-01
c_lto_20090116_0.s                 gcc-dg-lto-20090206-2-01
gcc-dg-lto-20081120-1-01           gcc-dg-lto-20090219-01
gcc-dg-lto-20081120-2-01           gcc-dg-lto-20090312-01
gcc-dg-lto-20081126-01             gcc-dg-lto-20090312-11
gcc-dg-lto-20081204-1-01           gcc-dg-lto-20090312-21
gcc-dg-lto-20081204-2-01           gcc-dg-lto-20090312-31
gcc-dg-lto-20081212-1-01           gcc-dg-lto-20090914-1-01
gcc-dg-lto-20081224-01             gcc.log
gcc-dg-lto-20090126-1-01           gcc.sum
gcc-dg-lto-20090126-2-01           site.exp

(after fixing PR41379)
Comment 1 Richard Biener 2009-09-22 14:25:09 UTC
I have a patch.
Comment 2 Richard Biener 2009-09-22 15:48:53 UTC
Subject: Bug 41380

Author: rguenth
Date: Tue Sep 22 15:48:39 2009
New Revision: 152020

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152020
Log:
2009-09-22  Richard Guenther  <rguenther@suse.de>

	PR testsuite/41380
	* lib/lto.exp (lto-execute): Remove executables.

Modified:
    branches/lto/gcc/testsuite/ChangeLog.lto
    branches/lto/gcc/testsuite/lib/lto.exp

Comment 3 Richard Biener 2009-09-22 15:50:39 UTC
Fixed.