Update TODO.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 24 Aug 2008 10:28:17 +0000 (10:28 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 24 Aug 2008 10:28:17 +0000 (10:28 +0000)
[r21399]

TODO

diff --git a/TODO b/TODO
index 7b8a734..a450925 100644 (file)
--- a/TODO
+++ b/TODO
@@ -27,7 +27,6 @@ ast2firm:
 - output source file positions for panics.
 - handle bitfield members with 0 correctly (standard says they finish the
   current unit)
-- create asm nodes.
 - merge functions entities declared in lokal scope
 
 Missing Errors:
@@ -36,7 +35,6 @@ Missing Errors:
 
 Missing Warnings:
 - dead assignments (int x = 5; x = bla(); -> dead assignment at x = 5;)
-- unused label
 - check switches for all enums values
 - catch the if(k = b) cases, maybe require all assignments to be in parentheses
   (but some few exceptions like toplevel, nested assignments)