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

Iain Buclaw <ibuc...@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuc...@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuc...@gdcproject.org> ---
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