[Bug c/50425] precedence rule for pre/post increamet/decreament and effect of white spaces
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50425 Ganga Jaiswal changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #2 from Ganga Jaiswal 2011-09-16 06:25:27 UTC --- Thanks Andy.
[Bug c/50425] precedence rule for pre/post increamet/decreament and effect of white spaces
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50425 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||INVALID --- Comment #1 from Andrew Pinski 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 .