diff options
| author | bellard <bellard> | 2001-12-17 21:57:01 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2001-12-17 21:57:01 +0000 |
| commit | b0b2d5d2e9548c83aab494831def6e028eecc9e4 (patch) | |
| tree | 240032ccfe3f2d94f6e47eaf647640313525d9ed /TODO | |
| parent | 2694c105472235bc65438fcea1de2a9e2143fe79 (diff) | |
| download | tinycc-b0b2d5d2e9548c83aab494831def6e028eecc9e4.tar.gz tinycc-b0b2d5d2e9548c83aab494831def6e028eecc9e4.tar.bz2 | |
update
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,21 +1,21 @@ TODO list: Critical: - -- add float/double support (should be as small as possible while being - usable for RISC code generator too). +- finish float/double support. add function type convertion. +- section generation and GNUC __attributte__ handling. +- D option with '=' handling - 0 is pointer - fix type compare -- add message if external function or variable not found. - To check: 'sizeof' may not work if too complex expression is given. -- fix 'char' and 'short' casts (in function parameters and in assignment). -- function pointers to forward reference (patch code generator). +- fix 'char' and 'short' casts (only in function parameters and in + assignment). Not critical: +- interactive mode - fix multiple compound literals inits in blocks (ISOC99 normative example - only relevant when using gotos! -> must add boolean variable to tell if compound literal was already initialized). -- fix L"\x1234" wide string case (need to store them as ints ?) */ +- fix L"\x1234" wide string case (need to store them as utf8 ?) - fix preprocessor symbol redefinition - better constant opt (&&, ||, ?:) - add ELF executable and shared library output option (would be needed |
