[Issue 19890] ICE: Segmentation fault with negative array size

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 21 19:38:50 UTC 2019


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

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Casting to void[uint.max] causes a segmentation fault in another part of the
compiler.

void[] f = cast(void[uint.max]) "a";

--


More information about the Digitalmars-d-bugs mailing list