mf-runtime.h won't be installed with "make -j2 install" under x86_64 target. From the log file apparantly it is installed at first and then removed when installing rest of gcc headers files. Can be caused by incorrect dependence between mudflap and other target.
Nobody does "make install" with -j.
(In reply to comment #1) > Nobody does "make install" with -j. I guess so, that's why I set it "minor". But does that mean error is expected with -j? My script had -j by accident and it costed me hours to identify the root cause. I doubt I'm the only lucky guy.
This particular race condition should be fixed by <http://gcc.gnu.org/viewcvs?view=revision&revision=122415>, so it should actually be fixed in the 4.3 branch. If you can still reproduce this with 4.3.4 or newer, then please report back with a log of 'make -jN install' output that shows this particular race (not those of PR 42980). The last couple of hundred lines or so should suffice. Thanks.
No feedback, assuming this is fixed by r122415 (which is in all active branches) now.