This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bit-fields align
- From: Dmitry <diwil at eis dot ru>
- To: <gcc at gnu dot org>
- Date: Mon, 9 Dec 2002 11:22:04 +0300
- Subject: bit-fields align
- Organization: EIS
- Reply-to: diwil at eis dot ru
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