From 69ef9d69fbc33627c5de2a0dddf3d23213a753d4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 9 Jul 2024 16:14:31 +0200 Subject: Document bug --- BUGS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BUGS b/BUGS index e10c720..aa34414 100644 --- a/BUGS +++ b/BUGS @@ -20,3 +20,11 @@ 2. Recursive functions crash the compiler. foo :: () { return foo(); } /* breaks */ + +3. The following example function has a use-after-free for a yet + undiagnosed reason: + + iota :: () int { + x: int = -1; + return x; + } -- cgit v1.2.3