summaryrefslogtreecommitdiff
path: root/dragonegg/TODO
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-02-17 12:22:10 +0000
committerDuncan Sands <baldrick@free.fr>2010-02-17 12:22:10 +0000
commit1436a12f2c1732aae1ba9ca731a2eebe4e995d40 (patch)
treeb21fcc963a92ddd243aa538ebaace6c4d4a2ca69 /dragonegg/TODO
parenta8000bd2488a9b3cd206e228ba31c3969b46c00b (diff)
Add a TODO about better warnings.
Diffstat (limited to 'dragonegg/TODO')
-rw-r--r--dragonegg/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/dragonegg/TODO b/dragonegg/TODO
index b2a4766fb16..c2e9bc135e3 100644
--- a/dragonegg/TODO
+++ b/dragonegg/TODO
@@ -61,3 +61,7 @@ Add support for exception handling.
Many x86 specific builtins are not supported, even though it would be easy to
add support for some of them, for example the 256 bit versions of builtins we
do support. Improve this.
+
+The GCC builtin lowering outputs helpful warnings (for example,
+20081109_0.c:3:35: warning: attempt to free a non-heap object ‘bar’,
+see maybe_emit_free_warning), but we don't. Improve this somehow.