This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada front-end depends on signed overflow
- From: Lassi A.Tuura <lassi dot tuura at cern dot ch>
- To: Paul Schlie <schlie at comcast dot net>
- Cc: Robert Dewar <dewar at adacore dot com>,Florian Weimer <fw at deneb dot enyo dot de>, GCC List <gcc at gcc dot gnu dot org>,Andrew Pinski <pinskia at physics dot uc dot edu>, <bosch at gnat dot com>
- Date: Wed, 8 Jun 2005 16:26:21 +0200
- Subject: Re: Ada front-end depends on signed overflow
- References: <BECC6D55.A6C5%schlie@comcast.net>
- Can you give an example of an operation which may yield an undefined
non-deterministic result which is reliably useful for anything?
Hm. int foo (const char *x, int y) { return printf (x, y); }
Lassi
--
If you would know the value of money, go try to borrow some.
--Ben Franklin