[Issue 11612] Inconsistent error on negative new array size

2024-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11612 Iain Buclaw changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 11612] Inconsistent error on negative new array size

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #5 from Dlang Bot --- dlang/dmd pull request #15359 "Fix Issue 11612 - Inconsistent error on negative new array size" was merged into master: - b02ed4b9c759fbc1b4fee9a4a0cc7d00095792ce by Nick Treleaven: Fix Issue 11612 - Inconsistent error on negative new

[Issue 11612] Inconsistent error on negative new array size

2023-06-27 Thread d-bugmail--- via Digitalmars-d-bugs
created dlang/dmd pull request #15359 "Fix Issue 11612 - Inconsistent error on negative new array size" fixing this issue: - Fix Issue 11612 - Inconsistent error on negative new array size https://github.com/dlang/dmd/pull/15359 --

[Issue 11612] Inconsistent error on negative new array size

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11612 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 11612] Inconsistent error on negative new array size

2022-09-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11612 RazvanN changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 11612] Inconsistent error on negative new array size

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11612 Vladimir Panteleev changed: What|Removed |Added Keywords||accepts-invalid --- Comment #3 from Vla

[Issue 11612] Inconsistent error on negative new array size

2014-04-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11612 --- Comment #2 from Andrej Mitrovic --- Actually nevermind my last comment. AFAICT an IntegerExp ends up having type->ty equal Tuns32 instead of Tint32. From the callstack it seems IntegerExp is constructed with this from one of these calls: 011ee64

[Issue 11612] Inconsistent error on negative new array size

2014-04-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11612 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #1