aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorgrischka <grischka>2008-01-16 20:16:35 +0000
committergrischka <grischka>2008-01-16 20:16:35 +0000
commit3667408a5756a47edcc99d38535f544de7e5867a (patch)
treee03306d2a6337107b656f6b39a1a23b76c46dae8 /TODO
parent5342b32eef56a73dfc9c932bf4c77963de2f6f8e (diff)
downloadtinycc-3667408a5756a47edcc99d38535f544de7e5867a.tar.gz
tinycc-3667408a5756a47edcc99d38535f544de7e5867a.tar.bz2
Just warn about unknown directives, define __STDC_VERSION__=199901L
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index cf22bc7..1bd4f2e 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
TODO list:
+- FPU st(0) is left unclean (incompatible with optimized gcc/msc code)
+
- bug with defines:
#define spin_lock(lock) do { } while (0)
#define wq_spin_lock spin_lock