Fix init bitfield padding with size 32/64
commit3f0a1719dc85801c4213c0d124da899a467103ca
authorherman ten brugge <hermantenbrugge@home.nl>
Thu, 9 Mar 2023 14:53:48 +0000 (9 15:53 +0100)
committerherman ten brugge <hermantenbrugge@home.nl>
Thu, 9 Mar 2023 14:53:48 +0000 (9 15:53 +0100)
tree4695b121123b13d06d4af3a31d1f60905ef98676
parentc771cb52fad4ea07971c2a5f178139991c6fb904
Fix init bitfield padding with size 32/64

The init code did not work for padding bitfields with size 32 and 64.
tccgen.c
tests/tests2/90_struct-init.c
tests/tests2/90_struct-init.expect