bit_size_type - a data type?
Richard Kenner
kenner@vlsi1.ultra.nyu.edu
Mon May 12 11:23:00 GMT 2008
> bitsizetype is a type that can hold any values of sizetype *
> BITS_PER_UNIT so we can safely do bit-size calculations without overflow.
> This type shouldn't end up used in code though.
Unfortunately, it does, though not in C. Ada's 'Size attribute returns
the size in bits, so the proper type for that computations is bitsizetype,
though many computations end up being constant-folded.
More information about the Gcc
mailing list