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 --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index fdccdbd..7a9f0c8 100644 --- a/Changelog +++ b/Changelog @@ -12,6 +12,7 @@ not released: - fix 32 to 64 bit casts, alignment and struct issues (Shinichiro Hamaji) - mimic all GNU -option forms supported by ld (Kirill Smelkov) - support indirect functions as externals (Thomas Preud'homme) +- Add support for C99 variable length arrays (Thomas Preud'homme) version 0.9.25: -- cgit v1.3.1