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

          Issue ID: 20465
           Summary: Dynamic + static array declaration fail
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

void main()
{
    int[][2][3] arr; // causes "Range violation" at runtime
}


Affected: DMD 2.090.0 (beta)

--

Reply via email to