1 /* { dg-do run { target fpic } } */
2 /* { dg-options "-O2 -fPIC" } */
4 static int heap
[2*(256 +1+29)+1];
8 __attribute__ ((noinline
))
14 heap_len
= 0, heap_max
= (2*(256 +1+29)+1);
15 for (n
= 0; n
< elems
; n
++)
16 heap
[++heap_len
] = max_code
= n
;
19 heap
[1] = heap
[heap_len
--];
23 } while (heap_len
>= 2);