[net.lang.c] Note that

WELTY@GE-CRD.ARPA (WELTY RICHARD P) (10/08/86)

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

--------