------- Comment #9 from rwild at gcc dot gnu dot org 2010-02-28 12:22 ------- (In reply to comment #8) > On a Core2 Duo (x86_64-apple-darwin10), I see the libgomp comparison fails in > a > no reproducible way with both -j2 and -j3 (probability since the first > occurrence at r 156585: 4 times for 9 full bootstraps). I have never seen this > failure appearing twice in a raw, i.e., cleaning the build directory and > restarting the bootstrap has always worked. > > On a monoprocessor G5 (powerpc-apple-darwin9) on which I always do a non > parallel build, I have never seen a libgomp comparison failure.
Thank you, very well. Can you (or somebody else who sees the failure with -jN, N>1) try a bootstrap on x86_64-apple-darwin10 with non-parallel make from a clean directory? If that fails, that would be a pretty clear indication that this bug has nothing to do with make parallelism. (There are lots of other reasons why bootstrap comparisons can fail, some of which are quite system-dependent, so a builds on darwin9 and on darwin10 may not both expose the issue.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43170