This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Increment Operator


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 <mrs@apple.com>
To: Kapil Dhawan <carchitect@hotmail.com>
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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]