Michael C. Tiernan writes: > > Sent: Tuesday, April 11, 2006 8:34 AM > > To: Michael C. Tiernan; MSX to GCC > > Subject: Re: Why do we build using "bootstrap"? > > > > Hi Michael, > > Do you mean this... > > http://gcc.gnu.org/install/index.html > > Sincerely, > > --Eljay > > Thank you for the reply. > > No, that's not it. Or at least, I can't find any reference from that as to *why* we bootstrap and what we gain by doing so. I've read the install doc and I can't find what I need. Two reasons: 1. We compile the compiler with itself. This is a very good way to test the compiler we just built. 2. Newer versions of gcc have better warnings and checking and (hopefully) generate better code. So the resulting compiler should be faster. Andrew.