2 pr77718.c from the execute part of the gcc torture tests.
13 /* PR middle-end/77718 */
15 #if !defined(__SDCC_pdk14) // Lack of memory
21 return memcmp ("bbbbbb", a
, 6);
27 return memcmp (a
, "bbbbbb", 6);
32 testTortureExecute (void)
34 #if !defined(__SDCC_pdk14) // Lack of memory
35 memset (a
, 'a', sizeof (a
));
36 if (((foo () < 0) ^ ('a' > 'b'))
37 || ((bar () < 0) ^ ('a' < 'b')))