Re: [PATCH] Fix testsuite race on additional_sources

2015-02-19 Thread Maxim Kuvyrkov
> On Feb 19, 2015, at 4:31 PM, H.J. Lu wrote: > > On Wed, Feb 18, 2015 at 7:05 AM, Maxim Kuvyrkov > wrote: >> Hi, >> >> This testsuite patch fixes race on additional_source testsuite variable. >> When a test has both dg-additional-sources and "dg-do run { target FOO }" >> directives, it may o

Re: [PATCH] Fix testsuite race on additional_sources

2015-02-19 Thread H.J. Lu
On Wed, Feb 18, 2015 at 7:05 AM, Maxim Kuvyrkov wrote: > Hi, > > This testsuite patch fixes race on additional_source testsuite variable. > When a test has both dg-additional-sources and "dg-do run { target FOO }" > directives, it may occur that the FOO test will attempt to use > additional_so

Re: [PATCH] Fix testsuite race on additional_sources

2015-02-18 Thread Jeff Law
On 02/18/15 08:05, Maxim Kuvyrkov wrote: Hi, This testsuite patch fixes race on additional_source testsuite variable. When a test has both dg-additional-sources and "dg-do run { target FOO }" directives, it may occur that the FOO test will attempt to use additional_sources, which will result