* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr70263-1.c
blobd4bf28043f3eb91b941130c34ca36ece11a3e839
1 int a[91];
2 int b, c;
3 void fn1() {
4 int n, m;
5 do {
6 a[c--];
7 a[--c] = m;
8 a[--m] = b;
9 } while (n);