Fix struct layout some more
commit78c709616256d4733909fcec15a0f199020d4233
authorMichael Matz <matz@suse.de>
Sat, 8 Oct 2016 22:52:57 +0000 (9 00:52 +0200)
committerMichael Matz <matz@suse.de>
Thu, 15 Dec 2016 16:49:56 +0000 (15 17:49 +0100)
tree8d928dd84362656a924bac366c9bc92c9388460a
parentddecb0e68517dd7ffb6e594561580ad32377dfef
Fix struct layout some more

Anonymous sub-sub-members weren't handled correctly.  Bit-fields
neither: this implements PCC layout for now.  It temporarily disables
MS-compatible bit-field layout.
tccgen.c
tests/tcctest.c