pr79732.c: Require alias support.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr54824.c
blob82b822b099347109bb1f944b480eaafc9ad22f8f
1 /* { dg-do compile } */
2 /* { dg-options "-w" } */
4 void __attribute__((noreturn)) bar(void)
8 void foo(int i, char *p, char *q)
10 while (*p++) {
11 if (i)
12 p++;
13 if (!*q++)
14 bar();