* tree-ssa-alias.c (create_name_tags): Ignore pointers that
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20031227-1.c
blob41597bd18e6c45e1102a65da202bcb7ba53d94dd
1 /* PR opt/13159 -- test unswitching a loop multiple times. */
3 void
4 foo (void)
6 long j, k, p, g;
8 while (p)
10 while (k < 0 && j < 0)
12 if (g)
14 else if (g)