Date: Thu, 16 Sep 1999 14:51:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: Laurynas Biveinis , DJGPP Workers Subject: Re: Signed - unsigned comparison in dosexe.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 16 Sep 1999, Andris Pavenis wrote: > > So I think this should be fixed differently. In any case, the library > > is not guaranteed to be compatible with GCC 2.95 yet; there are > > probably more problems to sort out. > > > > At least I haven't seen problems with gcc-2.95.1 yet. Perhaps it's just my personal paranoia. I see too many bug reports on bug-gcc, most of them turn out to be due to GCC 2.95 being much less permissive than the previous versions. The strict aliasing being on by default is especially frightening (because it isn't detected at compile time).