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

          Issue ID: 14768
           Summary: Error: index 174762 overflow for static array
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

This used to compile :

enum Items = 174762;
uint[32][Items]* items;

Now it doesn't with Error : index 174762 overflow for static array

This seems to be a regression introduced in 2.067 .

--

Reply via email to