[Issue 19754] cast() sometimes yields lvalue, sometimes yields rvalue

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 2 09:18:08 UTC 2019


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

--- Comment #16 from RazvanN <razvan.nitu1305 at gmail.com> ---
The root problem here is that dmd does optimizations and semantic analysis in
the same pass. Will try to fix this.

--


More information about the Digitalmars-d-bugs mailing list