Mail Archives: djgpp/1998/01/21/09:01:49
On Wed, 21 Jan 1998, Christopher Croughton wrote:
> Incidentally, why do you have to rebuild gcc with itself? Is it just
> to get the better optimisation, or is there some reason that building
> it with the old version doesn't work properly?
To get better code in GCC itself. This includes better optimizations and
fewer bugs (because of bugs in code generation which are corrected in the
newer version).
Don't forget that GCC is just another program. So compiling it with a
(hopefully) better compiler makes it better.
- Raw text -