Revert "Implement C99 Variable Length Arrays"

This reverts commit a5a50eaafe.
This commit is contained in:
Thomas Preud'homme
2011-02-05 02:31:45 +01:00
parent 38f6467c06
commit db560e9439
6 changed files with 33 additions and 169 deletions

1
TODO
View File

@ -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)