[Bug 8] ARM: runnable/arrayop.d fails: Wrong execution order

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Thu Feb 13 10:15:27 PST 2014


http://bugzilla.gdcproject.org/show_bug.cgi?id=8

--- Comment #12 from Andrei Alexandrescu <andrei at erdani.com> 2014-02-13 18:15:27 GMT ---
Yes, I agree all parameters should be evaluated LTR. In fact LTR is more
general than that - in an assignment e1 = e2, e1 should be evaluated first.
Also in a computed function call expr1(expr2), expr1 should be evaluated first.

-- 
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the D.gnu mailing list