Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 920428-5.c
blobff31379928093666b7b5d719a025db376fd6c622
1 typedef struct{unsigned b0:1;}*t;x(a,b)t a,b;{b->b0=a->b0;}