bit-fields align

Dmitry diwil@eis.ru
Mon Dec 9 17:46:00 GMT 2002


HI fellows,

In my port all bit-field operations being performed as with 'chars 8 bits'.
How to tell to gcc that they should be 16 bits?
I defined 
BIGGEST_FIELD_ALIGNMENT as 16
ADJUST_FIELD_ALIGN(...)	as 16
and this does not help.
Did I miss something?
Thanks.
~d



More information about the Gcc mailing list