2 20011219-1.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 85
10 #pragma disable_warning 84
13 /* This testcase failed on IA-32 at -O and above, because combine attached
14 a REG_LABEL note to jump instruction already using JUMP_LABEL. */
16 enum X
{ A
, B
, C
, D
, E
, F
, G
, H
, I
, J
, K
, L
, M
, N
, O
, P
, Q
};
19 bar (const char *x
, int y
, const char *z
)
24 foo (enum X x
, const void *y
)
46 bar ("foo", 1, "bar");
52 testTortureExecute (void)
55 if (foo (N
, &i
) != 24)