...
Expressions must not write to memory that they subsequently read, and are also must not write to any memory twice. Note that memory writing and reading can occur either directly in the expression from assignments or indirectly through side effects in functions called in the expression.
...
EXP30-C. Do not depend on order of evaluation between sequence points | ||||
EXP30-CPP. Do not depend on order of evaluation between sequence points | ||||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e479a2c44a971958-a7c175f1-48384dd9-9160bb2a-f72a45c084e9aecee893f4ac"><ac:plain-text-body><![CDATA[ | [ISO/IEC TR 24772:2010 | http://www.aitcnet.org/isai/] | "Side?effects and Order of Evaluation [SAM]" | ]]></ac:plain-text-body></ac:structured-macro> |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e1119e3f0ca5522f-61fe87dc-49c04419-b587805f-fb0f7bcdd6f08f1e2952eac5"><ac:plain-text-body><![CDATA[ | [[JLS 2005 | AA. Bibliography#JLS 05]] | [§15.7, "Evaluation Order" | http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.7] | ]]></ac:plain-text-body></ac:structured-macro> |
|
...