2 20050502-1.c from the execute part of the gcc torture suite.
13 /* PR rtl-optimization/21330 */
28 foo (const char **w
, char *x
, _Bool y
, _Bool z
)
41 if (!y
&& !z
&& !baz (c
))
48 testTortureExecute (void)
50 #if !defined(__SDCC_pdk14) && !defined(__SDCC_pic14) // Lack of memory
55 if (strcmp (p
, "fgh") != 0 || strcmp (buf
, "abcde") != 0)
59 if (strcmp (p
, "HI") != 0 || strcmp (buf
, "ABCDEFG") != 0)
63 if (strcmp (p
, "e'fgh") != 0 || strcmp (buf
, "abcd") != 0)
67 if (strcmp (p
, "G\"HI") != 0 || strcmp (buf
, "ABCDEF") != 0)
71 if (strcmp (p
, "gh") != 0 || strcmp (buf
, "abcdef") != 0)