[Issue 17448] Move semantics cause memory corruption and cryptic bugs

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 28 09:34:48 PDT 2017


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

--- Comment #6 from b2.temp at gmx.com ---
It looks like a bad codegen and not a @safe issue. `ulong[20] tmp;` is not
corrupted if i compile and run your example with LDC2.

--


More information about the Digitalmars-d-bugs mailing list