On Jul 9,  5:56am, p...@whooppee.com (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/sys/sys

| > Yes, the double evaluation is a show-stopper, please revert.
| 
| A quick inspection shows that no additional code is generated, at least 
| when using gcc.  For example:

Not if the value has side effects:

int *flags;
CLR(*flags++, 1);

christos

Reply via email to