* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr12899.c
blob6bd4724fd746683f9e483f3fc17133c9f9aa758b
1 /* PR tree-optimization/12899 */
3 void
4 bb_getopt_ulflags (char *s)
6 for (;;)
7 if (s[1])
8 do
9 s++;
10 while (*s);