blob: d846ef17ef16f31ee2f5c93df23e8616e93f9d0c [file] [log] [blame]
/* { dg-do compile } */
int a, b, d, e, f, g;
int *c;
void fn2 (int *);
void fn1() { fn2(&e); }
void fn2(int *p1) {
for (;;) {
for (; a; a++)
if (*p1 = g || --f, b)
if (*c)
d = *p1;
if (*p1)
break;
}
}