This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bit-fields align


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]