[Issue 15018] Win64: ICE when assigning struct of size 4 to slice
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Sep 5 09:35:43 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15018
Rainer Schuetze <r.sagitario at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
AFAICT the problem is that the return value of f() is passed in a register, but
the slice assignments tries to take the address of that value without making a
local copy.
--
More information about the Digitalmars-d-bugs
mailing list