Put error for goto over VLA onto the TODO list.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 18 Nov 2008 07:51:07 +0000 (07:51 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 18 Nov 2008 07:51:07 +0000 (07:51 +0000)
[r23741]

TODO

diff --git a/TODO b/TODO
index 354fb16..d5dca90 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,6 +26,7 @@ ast2firm:
   current unit)
 
 Missing Errors:
+- goto over VLA declarations
 
 Missing Warnings:
 - dead assignments (int x = 5; x = bla(); -> dead assignment at x = 5;)