------- Comment #33 from iains at gcc dot gnu dot org 2010-06-02 09:24 ------- (In reply to comment #32) > > 4.5-branch (as of r160013) has an error in config.gcc (which I just fixed on > > trunk yesterday, with r159979) in which several t-make fragments are > > included > > twice on x86_64-*-darwin*. > > I wonder if this could be the origin of the problem? > > I just had a libgomp bootstrap comparison failure with 4.6 trunk at revision > 160142. So it is not fixed by r159979. Too bad!-(
can you do me a favor? (a) copy the config.{log,out} files. (b) rm -r and reconfigure/re-bootstrap w/out changing *anything* .. I suspect a configure race condition - and would not be surprised if the second attempt works... (it's essential to re-do the configure - not just to re-try the bootstrap). (c) if it works we can compare the config files and try and figure out where the race is. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43170