Re: [PATCH] Fix -save-temp leaking lto files in /tmp

2021-01-03 Thread Richard Biener
On Mon, 14 Dec 2020, Bernd Edlinger wrote: > Hi, > > On 2/21/20 8:35 AM, Richard Biener wrote: > > > > IIRC this definitely clashes with Alex work to overhaul > > -auxdir/-dumpdir queued for GCC 11 where some of the above > > is improved. > > > > So whatever we do we should do it for GCC 11 aft

[PING] [PATCH] Fix -save-temp leaking lto files in /tmp

2020-12-21 Thread Bernd Edlinger
Hi, I'd like to ping for this patch below: https://gcc.gnu.org/pipermail/gcc-patches/2020-December/561811.html Thanks Bernd. On 12/14/20 4:31 PM, Bernd Edlinger wrote: > Hi, > > On 2/21/20 8:35 AM, Richard Biener wrote: >> >> IIRC this definitely clashes with Alex work to overhaul >> -auxdir/-d

Re: [PATCH] Fix -save-temp leaking lto files in /tmp

2020-12-14 Thread Bernd Edlinger
or trunk? Thanks Bernd. From 5e07f814f102d6dabebcb6652a40f5a1b9716479 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sun, 13 Dec 2020 08:24:57 +0100 Subject: [PATCH] Fix -save-temp leaking lto files in /tmp When linking with -flto and -save-temps, various temporary files are created in /tmp.

Re: [PATCH] Fix -save-temp leaking lto files in /tmp

2020-02-20 Thread Richard Biener
On Thu, 20 Feb 2020, Bernd Edlinger wrote: > On 2/20/20 2:34 PM, Richard Biener wrote: > > On Thu, 20 Feb 2020, Bernd Edlinger wrote: > > > >> Hi, > >> > >> this is the remaining issue that happens when -flto and -save-temps > >> is used together, it leaks several files in /tmp. > >> > >> I try t

Re: [PATCH] Fix -save-temp leaking lto files in /tmp

2020-02-20 Thread Bernd Edlinger
Hi Tobias, On 2/20/20 5:09 PM, Tobias Burnus wrote: > Hi Bernd, hi all, > > note that you can get even more files: If you do offloading, > LTO is additionally run for each offloading target (there > can be more than one), cf. https://gcc.gnu.org/wiki/Offloading > > Some of those files are probab

Re: [PATCH] Fix -save-temp leaking lto files in /tmp

2020-02-20 Thread Tobias Burnus
Hi Bernd, hi all, note that you can get even more files: If you do offloading, LTO is additionally run for each offloading target (there can be more than one), cf. https://gcc.gnu.org/wiki/Offloading Some of those files are probably also from mkoffload etc. See below. On 2/20/20 4:33 PM, Bernd

Re: [PATCH] Fix -save-temp leaking lto files in /tmp

2020-02-20 Thread Bernd Edlinger
On 2/20/20 2:34 PM, Richard Biener wrote: > On Thu, 20 Feb 2020, Bernd Edlinger wrote: > >> Hi, >> >> this is the remaining issue that happens when -flto and -save-temps >> is used together, it leaks several files in /tmp. >> >> I try to give more background to how these temp files are >> created,

Re: [PATCH] Fix -save-temp leaking lto files in /tmp

2020-02-20 Thread Richard Biener
On Thu, 20 Feb 2020, Bernd Edlinger wrote: > Hi, > > this is the remaining issue that happens when -flto and -save-temps > is used together, it leaks several files in /tmp. > > I try to give more background to how these temp files are > created, and in all likelihood the leaking of these > files

[PATCH] Fix -save-temp leaking lto files in /tmp

2020-02-20 Thread Bernd Edlinger
-linux-gnu. Is it OK for trunk? Thanks Bernd. From d6dc826c63dc881fe41dbf0c3a461008afdef8b3 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Mon, 17 Feb 2020 17:40:07 +0100 Subject: [PATCH] Fix -save-temp leaking lto files in /tmp When linking with -flto and -save-temps, various temporary files are created in /tmp. They w