[Issue 16317] Wrong binop evaluation/load order when optimizing

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 4 09:16:17 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=16317

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
(In reply to kinke from comment #0)
> This can be caused by optimizing `val = val <op> ...` to `val <op>= ...`

That is indeed what is happening, in cgelem.d eleq().

--


More information about the Digitalmars-d-bugs mailing list