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

Iain Buclaw <[email protected]> changed:

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

--- Comment #1 from Iain Buclaw <[email protected]> ---
And adjusting the size of the static array instead causes a memory allocation
failed ICE.  Meaning that the first test triggers an integer overflow.

void[] f = cast(void[-2]) "a";

--

Reply via email to