Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / b2.c
blob96e4556a53a57028f55f836c37c3d67db9bcdb0e
2 struct s
4 unsigned a : 8;
5 unsigned b : 8;
6 unsigned c : 8;
7 unsigned d : 8;
8 };
11 struct
13 unsigned a : 8;
14 unsigned b : 16;
15 unsigned c : 8;
19 struct s
20 foo (struct s s, int i)
22 s.b = i;
23 return s;