mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
See the added testcase. When one used designators like .a.x to initialize sub-members of members, and didn't then initialize all of them the required zero-initialization of the other sub-members wasn't done. The fix also enables tiny code cleanups.