1 /* PR rtl-optimization/21330 */
3 extern void abort (void);
4 extern int strcmp (const char *, const char *);
7 __attribute__((noinline
))
14 __attribute__((noinline
))
21 __attribute__((noinline
))
22 foo (const char **w
, char *x
, _Bool y
, _Bool z
)
35 if (!y
&& !z
&& !baz (c
))
48 if (strcmp (p
, "fgh") != 0 || strcmp (buf
, "abcde") != 0)
52 if (strcmp (p
, "HI") != 0 || strcmp (buf
, "ABCDEFG") != 0)
56 if (strcmp (p
, "e'fgh") != 0 || strcmp (buf
, "abcd") != 0)
60 if (strcmp (p
, "G\"HI") != 0 || strcmp (buf
, "ABCDEF") != 0)
64 if (strcmp (p
, "gh") != 0 || strcmp (buf
, "abcdef") != 0)