Date: Wed, 21 Jan 1998 16:01:45 +0200 (IST) From: Eli Zaretskii To: Christopher Croughton cc: eldredge AT ap DOT net, djgpp AT delorie DOT com Subject: Re: DJ port of GCC 2.8.0? In-Reply-To: <98Jan21.150223gmt.27786@internet01.amc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.