On 04/30/11 22:10, Gary V. Vaughan wrote:
>   test-stdint.o test-stdint.c
>>   "test-stdint.c", line 189: error #2105: invalid size for bit field
>>     verify (TYPE_MAXIMUM (uint_fast8_t) == UINT_FAST8_MAX);
>>     ^
>> 

This would appear to be a bug in stdint, not in verify.

What is the value of TYPE_MAXIMUM (uint_fast8_t) and of UINT_FAST8_MAX?
And what is the type uint_fast8_t?

Reply via email to