Date: Mon, 14 Jun 1999 09:57:06 +0200 (CEST) From: To: pgcc AT delorie DOT com Subject: Re: PGCC and EGCS question In-Reply-To: <19990613165128.A1003@enoch.weebletron.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: pgcc AT delorie DOT com X-Mailing-List: pgcc AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 13 Jun 1999, Daniel Robbins wrote: From: bero AT mandrakesoft DOT com X-Envelope-To: Message-Id: <9906140913231894600 AT ebb> > From a stability point of view, am I losing anything > by going with the current snapshot (compared to 1.1.3)? Yes, there is some bug that causes stuff in #if defined(BLAH) || defined(BLAH0) || defined(BLAH1) || defined(BLAH2) to be compiled even if all of the BLAHs are not defined under some circumstances. It happens, for example, when trying the compiler with itself using -O2 -mpentium -march=pentium -pipe -s -ffast-math -fomit-frame-pointer on Linux. > Which one would you > choose to base a distribution around -- the current snapshot or 1.1.1? 1.1.1 - partially because of the bug I mentioned (which will hopefully be fixed soon), and partially because of the asm changes. The snapshot can't compile the Linux kernel because of them. LLaP bero