* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr44030.c
blobcd5d5f616c925d2ff2689f7355f1b3f61509eee8
1 typedef int int32_t;
2 typedef unsigned int uint32_t;
3 static uint32_t
4 safe_sub_func_uint32_t_u_u (uint32_t ui1, uint32_t ui2)
6 return ui1 - ui2;
9 int32_t l_105[7];
11 int32_t g_4;
12 int32_t *g_54 = &g_4;
13 int32_t *
14 func (int32_t p_73, int32_t * p_74, int32_t p_75, int32_t * *p_76,
15 int32_t * *p_77)
17 lbl_110:for (g_4 = 0; g_4; g_4 = 1)
20 for (p_75 = -28; p_75; p_75 = safe_sub_func_uint32_t_u_u (p_75, 1))
22 if (g_4)
23 goto lbl_110;
24 *g_54 = 0;
26 return &l_105[5];