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] | |
Andreas Schwab wrote:
Unfortunately it isnt. When the mint8 is used CHAR_MAX=SHORT_MAX=INT_MAX =127. Thus it wont be compliant on long long, neither is is on the others because of this INT_MAX >= 32767 property.Since INT_MAX must be at least 32767 this implies that CHAR_BIT is at least 16. So sizeof(long long) can be 4 to be still compliant.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |