Iain Buclaw Wrote: > suggestion would be to treat such nonsensical code as an error - like "Cannot > modify the value of a variable twice in the same expression." - as this kind > of thing I would expect to be almost always a bug. What about this? x=(*y)++;