Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!ucbcad!ucbvax!sdcsvax!sdchem!tps From: tps@sdchem.UUCP Newsgroups: comp.lang.c Subject: Re: short circuit evaluation - some comments Message-ID: <643@sdchema.sdchem.UUCP> Date: Sat, 28-Feb-87 19:04:20 EST Article-I.D.: sdchema.643 Posted: Sat Feb 28 19:04:20 1987 Date-Received: Sun, 1-Mar-87 17:52:57 EST References: <813@cullvax.UUCP> <1287@ucbcad.berkeley.edu> <2010@mmintl.UUCP> Sender: news@sdchem.UUCP Reply-To: tps@sdchemf.UUCP (Tom Stockfisch) Organization: UC San Diego Lines: 11 In article <1287@ucbcad.berkeley.edu> faustus@ucbcad.UUCP writes: >I think if you're being really careful, you can't optimize away any >arithmetic operations, because there is always the possible side effect >of an arithmetic exception or memory error. This isn't true, because the behavior of a C program on arithmetic exception or memory error is undefined by the language -- implementations are allowed to do whatever they like. || Tom Stockfisch, UCSD Chemistry tps%chem@sdcsvax.UCSD