From: pavenis AT lanet DOT lv Message-ID: To: djgpp-workers AT delorie DOT com Date: Wed, 18 Aug 1999 10:58:32 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: gcc-2.95.1 CC: Robert Hoehne , ml1050 AT freemail DOT c3 DOT hu X-mailer: Pegasus Mail for Win32 (v3.12) Reply-To: djgpp-workers AT delorie DOT com Hi! The binaries of GCC-2.95.1 for DJGPP are at http://www.lanet.lv/~pavenis/djgpp.html NOTE: I changed the layout of C++ virtual tables (-fvtable-thunks is now defaults, the same as in Linux). As the result object files generated by these binaries from C++ sources are incompatible with earlier versions. However as compatibility of such object files olways caused problem when GCC version was changed, then I think we can live with it. Due to this change I think we need additional tests for some short time. At least I didn't notice anything bad yet. I also built it using binutils-2.9.1 so the problem reported by Robert with earlier snaphot (19990808, wrong assembler instructions for binutils-2.[89].1) is no more there. Andris