aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-04-06 09:17:03 -0700
committerJoe Soroka <gits@joesoroka.com>2011-04-06 09:17:03 -0700
commitace0f7f2598f5e9d9d2ad8999e3140b8535d9459 (patch)
tree0a763fdf00c10cedc7d968d4d99d2db92b0c2635 /TODO
parent17571298f30bf204fafe9cf1aca5258d2d087d63 (diff)
downloadtinycc-ace0f7f2598f5e9d9d2ad8999e3140b8535d9459.tar.gz
tinycc-ace0f7f2598f5e9d9d2ad8999e3140b8535d9459.tar.bz2
re-apply VLA by Thomas Preud'homme
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)