Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / pr43191.c
blob9c8d1444cf9742b47ebf8fcea0c09731b9e4c401
1 struct S0
3 };
5 struct S1
7 unsigned f0:27;
8 const unsigned:0;
9 };
11 struct S2
13 unsigned f2:1;
16 unsigned char g_4[1][8][3][1][1][1];
17 unsigned char *g_17;
18 unsigned char **g_16[1][10][7];
20 struct S2 g_35 = {
24 struct S2 *g_34 = &g_35;
26 struct S1 func_86 (unsigned char p_87, struct S2 **p_89)
28 struct S1 l_92[6][8][1][1] = {
29 16143586
32 return l_92[0][0][0][0];
35 void func_28 (struct S1 p_30, const struct S1 p_32)
39 void func_70 (unsigned char p_72)
41 unsigned char *const *l_93 = &g_17;
42 struct S2 **l_94;
43 unsigned char *const *l_97 = &g_17;
44 func_28 (func_86 (p_72, 0),
45 func_86 (p_72, &g_34));