summaryrefslogtreecommitdiff
path: root/dragonegg/TODO
diff options
context:
space:
mode:
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.