https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61689
--- Comment #4 from wmichaelv at hotmail dot com ---
Ah, thank you. That clears it up. And my apology for my ignorant.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61689
--- Comment #2 from wmichaelv at hotmail dot com ---
(In reply to Marek Polacek from comment #1)
> The program has undefined behaviour; an assignment is not a sequence point.
> See what -Wsequence-point says.
According to the order ope
: c
Assignee: unassigned at gcc dot gnu.org
Reporter: wmichaelv at hotmail dot com
Created attachment 33063
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33063&action=edit
c code
iR = -iX * iR + iZ / iY * iA / (iA = iR = iC / iB);
Couldn't detect the source o