Fix r23739 (rejecting declarations of incomplete type) for arrays with unknown size...
[cparser] / TODO
diff --git a/TODO b/TODO
index ec4e14b..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;)
@@ -34,4 +35,3 @@ Missing Warnings:
 
 main/driver:
 - delete output file if we had an error
-- delete temp files!