TODO: Add two issues.

This commit is contained in:
Edmund Grimley Evans 2015-11-26 12:31:23 +00:00
parent 99372bb1d3
commit 4886d2c640
1 changed files with 2 additions and 0 deletions

2
TODO
View File

@ -29,6 +29,8 @@ Bugs:
- sizeof, alignof, typeof can still generate code in some cases.
- Fix the remaining libtcc memory leaks.
- 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; }
Portability: