Hi Mike
I tried searching through and got the info like...Expression evaluation
depends upon sequence point as well. So if a varibale is getting changed
more than once between two adjacent sequence points then it is undefined
behaviour and becomes compiler dependent.
I tried to convert source code into assembly also to try n deduce some logic
but unable to do so.
From: Mike Stump <[EMAIL PROTECTED]>
To: Kapil Dhawan <[EMAIL PROTECTED]>
CC: gcc@gcc.gnu.org
Subject: Re: Increment Operator
Date: Wed, 9 Aug 2006 10:00:34 -0700
On Aug 7, 2006, at 2:31 AM, Kapil Dhawan wrote:
I am very much confused about Increment Operator implementation. Can
somebody send me a link about the gcc implementation.
If you don't get any response, please see the source code and the svn
history and the mailing list archievs for additional information.