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

2019-05-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19890 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from Iai

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

2019-05-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19890 --- Comment #2 from Iain Buclaw --- Casting to void[uint.max] causes a segmentation fault in another part of the compiler. void[] f = cast(void[uint.max]) "a"; --

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

2019-05-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19890 --- Comment #3 from Iain Buclaw --- Casting to void[int.max] causes the backend to run out of memory. void[] f = cast(void[int.max]) "a"; --

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

2019-05-22 Thread d-bugmail--- via Digitalmars-d-bugs
--- @ibuclaw created dlang/dmd pull request #9840 "fix Issue 19890 - ICE: Segmentation fault with negative array size" fixing this issue: - fix Issue 19890 - ICE: Segmentation fault with negative array size https://github.com/dlang/dmd/pull/9840 --

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

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #5 from Dlang Bot --- dlang/dmd pull request #9840 "fix Issue 19890 - ICE: Segmentation fault with negative array size" was merged into master: - fb7814cc95e504503f6d6f94f3fc4ed2b73715b7 by Iain Buclaw: fix Issue 19890 - ICE: Segmentation fault with nega

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

2019-06-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19890 --- Comment #6 from Dlang Bot --- dlang/dmd pull request #10007 "[dmd-cxx] fix Issue 19890 - ICE: Segmentation fault with negative array size" was merged into dmd-cxx: - 789cf579d506e3b021d9beb47bf43b36bdb629d8 by Iain Buclaw: fix I