Re: [PATCH, PR65126, testsuite] Add additional_sources_used

2015-02-23 Thread Jeff Law
On 02/23/15 00:23, Tom de Vries wrote: Hi, This patch fixes PR65126, which is about the fact that the cleanup procs are not cleaning up files generated from additional_sources. This happens because dg-additional-files-options empties additional_sources before the cleanup procs can use it. Examp

[PATCH, PR65126, testsuite] Add additional_sources_used

2015-02-22 Thread Tom de Vries
Hi, This patch fixes PR65126, which is about the fact that the cleanup procs are not cleaning up files generated from additional_sources. This happens because dg-additional-files-options empties additional_sources before the cleanup procs can use it. Examples of leftover files because of thi