On Sun, Mar 21, 2004 at 05:54:43PM +0100, Paolo Bonzini wrote: > Okay to use VIEW_CONVERT_EXPR to a struct containing an array (see > finish_vector in tree.c), and hope for SRA to do something? No, we'll want to either use BIT_FIELD_REF or invent something specific for vectors. r~