* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr78362.c
blob66eea7d2fab7405ccc2efe0354384cbf36113569
1 /* PR target/78362. */
3 long a;
5 void
6 foo (void)
8 for (;; a--)
9 if ((int) a)
10 break;