[Bug bootstrap/43287] [4.5 Regression] Bootstrap fails at stage 1 on powerpc-apple-darwin9

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 8 11:50:00 GMT 2010



------- Comment #4 from jakub at gcc dot gnu dot org  2010-03-08 11:50 -------
That seems like you've tried to debug xgcc instead of cc1.  Of course the
backtrace from cc1 is interesting, not from xgcc (which doesn't SIGBUS).
Run xgcc with additional -v option, and copy&paste the cc1 command line it
invokes and run that under gdb.  Or instead of -v use -### and copy&paste the
cc1 command line from there.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43287



More information about the Gcc-bugs mailing list