Implement C99 Variable Length Arrays
commita5a50eaafeea0d3ca47bc8fb6baf983743470c60
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Sat, 15 Jan 2011 16:50:55 +0000 (15 17:50 +0100)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Fri, 4 Feb 2011 01:22:25 +0000 (4 02:22 +0100)
tree3053095ca76b5ce12761dc7d312307c5a16400e2
parentd35a3ac375473a584fa9dbb1320b5202a236a870
Implement C99 Variable Length Arrays

Implement C99 Variable Length Arrays in tinycc:
- Support VLA with multiple level (nested vla)
- Update documentation with regards to VT_VLA
- Add a testsuite in tcctest.c
Changelog
TODO
tcc-doc.texi
tcc.h
tccgen.c
tests/tcctest.c