From: Christoph Mallon Date: Tue, 18 Nov 2008 07:51:07 +0000 (+0000) Subject: Put error for goto over VLA onto the TODO list. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9490dd6517325c6f1298ab70bb4a8fbe740ad622;p=cparser Put error for goto over VLA onto the TODO list. [r23741] --- diff --git a/TODO b/TODO index 354fb16..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;)