diff options
| author | Michael Matz <matz@suse.de> | 2016-11-28 20:27:42 +0100 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2016-12-15 17:49:56 +0100 |
| commit | 23b257a8d2fed47474c8e279dd53a31e798e734c (patch) | |
| tree | 005ea579a77273849450607a94236eb12b85ad4a /Makefile | |
| parent | ed680da951b21aa6ad1ea3cd7c2791b01ae9f6cf (diff) | |
| download | tinycc-23b257a8d2fed47474c8e279dd53a31e798e734c.tar.gz tinycc-23b257a8d2fed47474c8e279dd53a31e798e734c.tar.bz2 | |
bitfields: Fix MS layout some more
Another corner case:
struct foo6_1
{
char x;
short p:8;
short :0;
short :0;
short p2:8;
char y;
};
In MS layout the second anon :0 bit-field does _not_ adjust size or
alignment of the struct again. The first one does, though.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
