[Issue 11612] Inconsistent error on negative new array size

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 7 09:04:38 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid

--- Comment #3 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Marking this as accepts-invalid because, ideally, we want to reject all
negative integer literals where they don't belong, before their conversion to
size_t.

--


More information about the Digitalmars-d-bugs mailing list