http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60103
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60103
--- Comment #2 from Chengnian Sun ---
(In reply to Andrew Pinski from comment #1)
> I think C11 and C90/C99 have a different idea here. There is a relative
> sequence point between the function call fn2 and the 0 but there is no
> sequence point
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60103
--- Comment #1 from Andrew Pinski ---
I think C11 and C90/C99 have a different idea here. There is a relative
sequence point between the function call fn2 and the 0 but there is no sequence
point between the two assignments I think.
Sequence poi