* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / msp.c
blob263a873e26426b3a92440c77d8c56e0e7e214f79
1 /* { dg-add-options stack_size } */
3 #ifdef STACK_SIZE
4 # define A_SIZE (STACK_SIZE/sizeof(int))
5 #else
6 # define A_SIZE 16384
7 #endif
8 foo ()
10 int a[A_SIZE];
11 bar (a);