Op 27-11-2021 om 10:01 schreef Paul Eggert:
> tcc is failing because it claims to support C99 (it
> defines __STDC_VERSION__ to 199901L), but it doesn't support variable length
> arrays as C99 requires. Perhaps you could file a bug report with the tcc
> folks?
Reported as https://savannah.nongnu
Thanks for reporting that. tcc is failing because it claims to support
C99 (it defines __STDC_VERSION__ to 199901L), but it doesn't support
variable length arrays as C99 requires. Perhaps you could file a bug
report with the tcc folks? A simple fix would be for tcc to predefine
__STDC_NO_VLA__