mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-03 12:12:46 +08:00
anonymous struct members were somewhat broken as the testcase demonstrates. The reason is the jumping through hoops to fiddle with the offsets I once introduced to avoid having to track a cumulative offset. That's now not necessary anymore and actively harmful, doing the obvious thing is now better.
6.8 KiB
6.8 KiB