On 13 July 2010 11:09, Ian Lance Taylor wrote:
> BLUE 3TOO writes:
>
>> Can somebody quickly explain what the bit fields are for? thanks
>>
>> unsigned int precision : 10;
>> unsigned no_force_blk_flag : 1;
>> unsigned needs_constructing_flag : 1;
>> unsigned transparent_aggr_flag :
BLUE 3TOO writes:
> Can somebody quickly explain what the bit fields are for? thanks
>
> unsigned int precision : 10;
> unsigned no_force_blk_flag : 1;
> unsigned needs_constructing_flag : 1;
> unsigned transparent_aggr_flag : 1;
> unsigned restrict_flag : 1;
> unsigned contain
Hello,
I did a quick search on "gcc internal" document and cannot find any
explanation about the field meaning of struct tree_type. I am trying to use
typedef to introduce some new aggregrate types that my gcc can handle. And I
want to mark these types so that I can handle t