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(). --