Re: [patch] Delete temporary response file

2015-06-23 Thread Jeff Law
On 06/22/2015 11:37 AM, Eric Botcazou wrote: Hi, when you pass a response file at link time and you use the GNU linker, then collect2 creates another, temporary response file and passes it to the linker. But it fails to delete the file after it is done. This can easily be seen with the followin

[patch] Delete temporary response file

2015-06-22 Thread Eric Botcazou
Hi, when you pass a response file at link time and you use the GNU linker, then collect2 creates another, temporary response file and passes it to the linker. But it fails to delete the file after it is done. This can easily be seen with the following manipulation: eric@polaris:~/build/gcc/nat