From a5a50eaafeea0d3ca47bc8fb6baf983743470c60 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sat, 15 Jan 2011 17:50:55 +0100 Subject: 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 --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') 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) -- cgit v1.3.1