From 1436a12f2c1732aae1ba9ca731a2eebe4e995d40 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 17 Feb 2010 12:22:10 +0000 Subject: Add a TODO about better warnings. --- dragonegg/TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dragonegg/TODO') 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. -- cgit v1.2.3