On 5/4/05, Sam Lauber <[EMAIL PROTECTED]> wrote: > Would it be possible to have a -fpack-bools option that packs booleans into > the smallest form possible (8 booleans -> 1 8-bit reg, etc.) into a register > (or memory, as the case may be)?
Why don't you use bitfields then? Richard.