2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / BUG13.c
blob9a302b9515293f10c705f179e974e8967963bc64
1 struct tree_common
3 int uid;
4 unsigned int code : 8;
5 unsigned int code2 : 8;
6 unsigned external_attr : 1;
7 unsigned public_attr : 1;
9 };
11 static int
12 duplicate_decls (x)
13 register struct tree_common *x;
15 if (x->external_attr)
16 if (x->code)
17 if (x->code2)
18 x->public_attr = 1;