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

Mike Parker <aldac...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldac...@gmail.com

--- Comment #1 from Mike Parker <aldac...@gmail.com> ---
Well, it's valid C in C99. ImportC is a C11 compiler. In C11, support for VLAs
is optional. Compilers that don't support them are supposed to define the
__STDC_NO_VLA__ macro.

--

Reply via email to