https://issues.dlang.org/show_bug.cgi?id=14768
deadalnix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #2 from deadalnix <[email protected]> --- 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 ? --
