[Bug c/50425] precedence rule for pre/post increamet/decreament and effect of white spaces

2011-09-16 Thread grj017 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50425

Ganga Jaiswal grj017 at gmail dot com changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #2 from Ganga Jaiswal grj017 at gmail dot com 2011-09-16 06:25:27 
UTC ---
Thanks Andy.


[Bug c/50425] precedence rule for pre/post increamet/decreament and effect of white spaces

2011-09-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50425

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2011-09-15 
18:21:31 UTC ---
This is not a good place to learn C/C++ really.  But anyways the order of
evulating of the operands of + is not specified and could happen in either
order as there is no sequence point.  Read http://c-faq.com/expr/seqpoints.html
.