On Thu, 10 May 2012, Eric Botcazou wrote: > > Like this? > > Let's be a bit more factual. :-) > > /* Return the combined truncated byte position for the byte offset OFFSET and > the bit position BITPOS. > > These functions operate on byte and bit positions present in FIELD_DECLs > and assume that these expressions result in no (intermediate) overflow. > This assumption is necessary to fold the expressions as much as possible, > so as to avoid creating artificially variable-sized types in languages > supporting variable-sized types like Ada. */
Works for me. Applied that way. Thanks, Richard.