3 - relocate .stabs information
4 - fix -I search order (same as gcc)
5 - dynamic hash table resizing
6 - better section generator (suppress mmaps)
7 - relocate .bounds section content
8 - add size info on all ELF symbols
9 - add separate symbol/offset handling
10 - better local variables handling (needed for other targets)
11 - handle void (__attribute__() *ptr)()
12 - To check: bound checking and float/long long/struct copy code
13 - To fix: 'sizeof' generate code if too complex expression is given.
14 - fix bound check code with '&' on local variables (currently done
15 only for local arrays).
16 - win32: add __stdcall, __intxx. use resolve for bchecked malloc et
17 al. check GetModuleHandle for dlls. check exception code (exception
22 - add PowerPC or ARM code generator and improve codegen for RISC (need
23 to suppress VT_LOCAL and use a base register instead).
24 - interactive mode / integrated debugger
25 - fix multiple compound literals inits in blocks (ISOC99 normative
26 example - only relevant when using gotos! -> must add boolean
27 variable to tell if compound literal was already initialized).
28 - fix L"\x1234" wide string case (need to store them as utf8 ?)
29 - fix preprocessor symbol redefinition
30 - better constant opt (&&, ||, ?:)
31 - add portable byte code generator and interpreter for other
32 unsupported architectures.
33 - C++: variable declaration in for, minimal 'class' support.