run code below, look at i,j int i; int j; i=254; j=255; while(1) { i=i++; j=j++; }
We're all just a bunch of hacks here. Since you are comparing compilers' behavior for those statements, post your question to Usenet's comp.lang.c newsgroup. The people you can believe hang out there for the sole purpose of discussing Standard C and will be happy to entertain your notions of how standard compilers should handle the statements.
I can't believe I read the whole thread and wasted two minutes of my life.
"The people you can believe hang out there for the sole purpose of discussing Standard C and will be happy to entertain your notions of how standard compilers should handle the statements." That should be worth watching...! ;-)
"I can't believe I read the whole thread and wasted two minutes of my life." If you were concerned about wasting your time, you would have stopped after reading the original post. ;-)