[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] question about bit-fields
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] question about bit-fields |
Date: |
Sun, 27 May 2012 13:40:01 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Sun, May 27, 2012 at 11:12:39AM +0200, Didier Barvaux wrote:
> Is there an option or a declaration to make tcc compute the expected
> length for unsigned-int-based bit fields?
No, there isn't.
AFAIK the C standard says this is implementation-defined.
For portability don't use bitfields.
Daniel