[Issue 14768] Error: index 174762 overflow for static array

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 3 23:21:15 PDT 2015


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

deadalnix <deadalnix at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from deadalnix <deadalnix at gmail.com> ---
No, just no.

First, this limitation is not in the spec so it is not expected that it is
there (especially since it used to work). So it is expected to work (the limit
is 16Mb, we are in 2015 we should be able to handle that much memory).

And even if we choose that this does not require fixing, the spec needs to be
updated, and the error message as well.

index 174762 overflow for static array does not mean anything. There is no
array access, so how can an overflow occur ?

--


More information about the Digitalmars-d-bugs mailing list