diff options
| author | bellard <bellard> | 2004-10-23 23:11:05 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2004-10-23 23:11:05 +0000 |
| commit | 2a6c104722a95fa2b8cdee448b102cfd47a0b08e (patch) | |
| tree | 7707d70e48381bd88af71d4d3161b3c8bd27d9bc /TODO | |
| parent | 38e8a23025ea24bcff08edb02f1a468eafcf80a4 (diff) | |
| download | tinycc-2a6c104722a95fa2b8cdee448b102cfd47a0b08e.tar.gz tinycc-2a6c104722a95fa2b8cdee448b102cfd47a0b08e.tar.bz2 | |
update
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,11 @@ TODO list: +- bug with defines: + #define spin_lock(lock) do { } while (0) + #define wq_spin_lock spin_lock + #define TEST() wq_spin_lock(a) +- see bugfixes.diff + improvement.diff from Daniel Glockner +- constructors - cast bug (Peter Wang) - define incomplete type if defined several times (Peter Wang). - long long constant evaluation @@ -13,7 +19,6 @@ TODO list: - '-b' bug. - atexit (Nigel Horne) - see -lxxx bug (Michael Charity). -- handle inline functions as macros. - see transparent union pb in /urs/include/sys/socket.h - precise behaviour of typeof with arrays ? (__put_user macro) - #include_next support for /usr/include/limits ? |
