From: Message-Id: <200306151033.h5FAXDJP018725@speedy.ludd.luth.se> Subject: Re: Integer Overflow In-Reply-To: <3EEBA3D6.1E72BF9D@phekda.freeserve.co.uk> "from Richard Dawe at Jun 14, 2003 11:38:14 pm" To: djgpp-workers AT delorie DOT com Date: Sun, 15 Jun 2003 12:33:13 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk HELO. Umm, before going any further take note that abort() is declared with __attribute((noreturn)) in stdlib.h. This will probably affect how much code is generated after a call to it. Right, MartinS