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]

Re: bit_size_type - a data type?


> I gues you'll get funny effects then, as for Nbit sizetype there's
> usually no valid mode for (N+8)bit bitsizetype.  In fact, I believe
> bitsizetype simply "inherits" the mode from sizetype.

No.  We pick the mode that's *at least* 3 bits wider than sizetype, so
it's usually the next larger integer mode.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]