[Issue 14040] Doesn't use assignment in slice

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 26 06:19:46 PST 2015


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

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Richard Cattermole from comment #0)
> Works correctly in LDC 2.063.2 (thanks DPaste).
> Doesn't work in DMD 2.065 or 2.066.1

dmd 2.063 prints same output with 2.066. I guess that the behavior difference
comes from the the difference of glue layer implementations of LDC and DMD
(currently DMD, LDC, and GCC have their own glue layers to fit to each
backends).

--


More information about the Digitalmars-d-bugs mailing list