aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2016-04-24 22:44:57 +0100
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2016-04-24 22:44:57 +0100
commit68ce8639bbd09be6eada4fb1a497cbde7a674e0c (patch)
treeb3751bba6011804837861d41d27da55242cf22ce /TODO
parentb4125ba0c18a5a60da60c638bedff7f8b7c6a503 (diff)
downloadtinycc-68ce8639bbd09be6eada4fb1a497cbde7a674e0c.tar.gz
tinycc-68ce8639bbd09be6eada4fb1a497cbde7a674e0c.tar.bz2
TODO: Add two issues.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index e6e5b07..bc7fb8b 100644
--- a/TODO
+++ b/TODO
@@ -31,6 +31,7 @@ Bugs:
- make libtcc fully reentrant (except for the compilation stage itself).
- struct/union/enum definitions in nested scopes (see also Debian bug #770657)
- __STDC_IEC_559__: float f(void) { static float x = 0.0 / 0.0; return x; }
+- preprocessor: #define Y(x) Z(x) {newline} #define X Y {newline} X(X(1))
Portability:
@@ -93,6 +94,7 @@ Not critical:
- handle void (__attribute__() *ptr)()
- VLAs are implemented in a way that is not compatible with signals:
http://lists.gnu.org/archive/html/tinycc-devel/2015-11/msg00018.html
+- output with -E should include spaces: #define n 0xe {newline} n+1
Fixed (probably):