mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-11-16 12:34:45 +00:00
TODO: Add two issues.
This commit is contained in:
2
TODO
2
TODO
@@ -29,6 +29,8 @@ Bugs:
|
|||||||
- sizeof, alignof, typeof can still generate code in some cases.
|
- sizeof, alignof, typeof can still generate code in some cases.
|
||||||
- Fix the remaining libtcc memory leaks.
|
- Fix the remaining libtcc memory leaks.
|
||||||
- make libtcc fully reentrant (except for the compilation stage itself).
|
- 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:
|
Portability:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user