PATCH: testsuite/25741: Gcc testsuite isn't parallel build safe

Andrew Pinski pinskia@physics.uc.edu
Sat Mar 18 15:21:00 GMT 2006


On Mar 18, 2006, at 10:17 AM, H. J. Lu wrote:

> On Sat, Mar 18, 2006 at 09:55:00AM -0500, Kaveh R. Ghazi wrote:
>> Hi HJ,
>>
>> Would you please consider backporting your patch for PR
>> testsuite/25741 to the 4.1 and 4.0 branches?  I'm don't feel
>> comfortable enough with tcl to backport it myself.
>>
>> http://gcc.gnu.org/ml/gcc-patches/2006-01/msg00612.html
>>
>> I regularly run parallel make check, and I got hit by this one on a
>> branch a few nights ago.  So the problem remains everywhere except
>> mainline.
>>
>
> I am enclosing 4.0 and 4.1 patches I have been using.


I want to say this patch is too risky to backport as you also have
to backport:
2006-01-17  Shantonu Sen  <ssen@opendarwin.org>

         * Makefile.in (check-%, check-consistency): Use $${srcdir}
         instead of $(srcdir) and ${srcdir}.
And
2006-01-18  Andrew Pinski  <pinskia@physics.uc.edu>

         * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
         g++.sum has moved to gcc/testsuite/g++/g++.sum.
         objc.sum has moved to gcc/testsuite/objc/objc.sum.


Which both of which was not mentioned in HJL's backport.

-- Pinski



More information about the Gcc-patches mailing list