aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@celest.fr>2011-01-15 17:50:55 +0100
committerThomas Preud'homme <thomas.preudhomme@celest.fr>2011-02-04 02:22:25 +0100
commita5a50eaafeea0d3ca47bc8fb6baf983743470c60 (patch)
tree3053095ca76b5ce12761dc7d312307c5a16400e2 /TODO
parentd35a3ac375473a584fa9dbb1320b5202a236a870 (diff)
downloadtinycc-a5a50eaafeea0d3ca47bc8fb6baf983743470c60.tar.gz
tinycc-a5a50eaafeea0d3ca47bc8fb6baf983743470c60.tar.bz2
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
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9d19153..74fe8a6 100644
--- a/TODO
+++ b/TODO
@@ -48,7 +48,6 @@ Missing features:
- improve '-E' option.
- atexit (Nigel Horne)
- packed attribute
-- C99: add variable size arrays (gcc 3.2 testsuite issue)
- C99: add complex types (gcc 3.2 testsuite issue)
- postfix compound literals (see 20010124-1.c)