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

          Issue ID: 23888
           Summary: ImportC: VLAs (Variable Length Arrays) are not
                    supported
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nob...@puremagic.com
          Reporter: bugzi...@digitalmars.com

Reported by Patrick Schluter:

- VLA (variable length arrays) do not work. 
Error: variable `ilen` cannot be read at compile time
Even replacing VLA with alloca() does not work/
Error: undefined identifier `__builtin_alloca`

--

Reply via email to