Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!rutgers!caip!brl-adm!brl-smoke!smoke!WELTY@GE-CRD.ARPA From: WELTY@GE-CRD.ARPA (WELTY RICHARD P) Newsgroups: net.lang.c Subject: Note that (...) does NOT GENERATE CODE ... Message-ID: <4425@brl-smoke.ARPA> Date: Wed, 8-Oct-86 00:07:51 EDT Article-I.D.: brl-smok.4425 Posted: Wed Oct 8 00:07:51 1986 Date-Received: Wed, 8-Oct-86 19:35:42 EDT Sender: news@brl-smoke.ARPA Lines: 17 Date: 6-OCT-1986 15:14 From: Rich Welty Sender: WELTY Subject: Note that (...) does NOT GENERATE CODE ... To: info-c@brl@smtp -------- In response to John Plocher's comment ... In point of fact, the expression statement will only be optimized out if it generates no side effects due to =, +=, ++, etc and only if the compiler is smart enough to detect that fact. Otherwise, it will in fact be executed. -- Sorry, Rich welty@ge-crd.arpa --------