------- Comment #2 from eric dot liu at uniquesoft dot com 2010-07-12 09:34 ------- I don't understand what is sequence point. But as a user, I DO want gcc to produce the same result. As for the code in the bug description, the result is: x = 2, y = 2 *p = 30
If comment out the code indicated in the bug description, the result is x = 3, y = 2 The result is different. Why? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44918