2 pr83383.c from the execute part of the gcc torture tests.
7 /* PR tree-optimization/83383 */
9 #if !defined(__SDCC_pdk14) // Lack of memory
10 unsigned long long int a
= 16ULL;
11 unsigned char b
= 195;
12 unsigned long long int c
= ~0ULL;
14 unsigned long long int e
[2] = { 3625445792498952486ULL, 0 };
15 unsigned long long int f
[2] = { 0, 8985037393681294663ULL };
16 unsigned long long int g
= 5052410635626804928ULL;
21 a
= ((signed char) a
) < b
;
22 c
= (d
? e
[0] : 0) - (f
[1] * a
? 1 : g
);
27 testTortureExecute (void)
29 #if !defined(__SDCC_pdk14) // Lack of memory
31 if (a
!= 1 || c
!= 3625445792498952485ULL)