[Issue 23213] ImportC - variable length array doesn't compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 26 04:38:09 UTC 2022


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

Mike Parker <aldacron at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldacron at gmail.com

--- Comment #1 from Mike Parker <aldacron at 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.

--


More information about the Digitalmars-d-bugs mailing list