X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=TODO;h=d5dca905413a25d7dd5c6adeed43d96a4de8b1ed;hb=8841fc7de7f713992ac4516adb376b8e60cd77f6;hp=ec4e14b674f66c10383f43590dd9eb7624d60324;hpb=50737078b93057f3f90ff32cc590567804983a4c;p=cparser diff --git a/TODO b/TODO index ec4e14b..d5dca90 100644 --- 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!