diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-11-26 12:31:23 +0000 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-11-26 12:31:23 +0000 |
| commit | 4886d2c64002cfa616bf68875a1fc66e27854e9a (patch) | |
| tree | d9687547a633317202c77ff4f3903f5307d0e25a | |
| parent | 99372bb1d399005824d1148431888a9b5b9d462b (diff) | |
| download | tinycc-4886d2c64002cfa616bf68875a1fc66e27854e9a.tar.gz tinycc-4886d2c64002cfa616bf68875a1fc66e27854e9a.tar.bz2 | |
TODO: Add two issues.
| -rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
