aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@celest.fr>2011-02-05 02:31:45 +0100
committerThomas Preud'homme <thomas.preudhomme@celest.fr>2011-02-05 02:33:46 +0100
commitdb560e9439deaef3c15aa353828fd4d98a1b5f8c (patch)
treecc7562b43ced3312f8950bc2daacf4de39aed607 /TODO
parent38f6467c065930c14c30a228920f319924ba0583 (diff)
downloadtinycc-db560e9439deaef3c15aa353828fd4d98a1b5f8c.tar.gz
tinycc-db560e9439deaef3c15aa353828fd4d98a1b5f8c.tar.bz2
Revert "Implement C99 Variable Length Arrays"
This reverts commit a5a50eaafeea0d3ca47bc8fb6baf983743470c60.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 74fe8a6..9d19153 100644
--- a/TODO
+++ b/TODO
@@ -48,6 +48,7 @@ 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)