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

kinke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from kinke <[email protected]> ---
The problem appears to be that the compiler wrongly infers the `ulong[] value`
ctor param as being `scope` (if the struct/ctor is templated). That then
enables a (frontend) optimization, passing the array literal on the stack.

--

Reply via email to