[gnu.gcc.bug] the switch statement, bitfields and warnings

ewerlid@kuling.UUCP (Ove Ewerlid) (06/06/89)

(gcc-1.35, sun4-os4)

It would be nice to get a warning if a case is out of bound when
switching on a bit field. (at least with -Wall)
Now it seems to be the size of the entity that contains the bitfield
that determines the maximum range of the case's.