diff options
| author | Michael Matz <matz@suse.de> | 2017-04-29 22:09:10 +0200 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2017-04-29 22:09:10 +0200 |
| commit | f775d687253df56d136f70e82c7367b6ba62e9fb (patch) | |
| tree | 38c554b65444666e2830e5cb71afa8f8fb1beef1 /TODO | |
| parent | 28084420fed1f833da04a6f69380c276c9431cff (diff) | |
| download | tinycc-f775d687253df56d136f70e82c7367b6ba62e9fb.tar.gz tinycc-f775d687253df56d136f70e82c7367b6ba62e9fb.tar.bz2 | |
Remove a bit-field TODO
Checked the lcc testsuite for bitfield stuff (in cq.c and fields.c),
fixed one more error in initializing unnamed members (which have
to be skipped), removed the TODO.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ Bugs: - transform functions to function pointers in function parameters (net/ipv4/ip_output.c) - fix function pointer type display -- check lcc test suite -> fix bitfield binary operations - check section alignment in C - fix invalid cast in comparison 'if (v == (int8_t)v)' - finish varargs.h support (gcc 3.2 testsuite issue) |
