1 2 3 4 5 6 7 8 9 10
/* { dg-options "-O0 -fstack-limit-register=r14" } */ // PR80966 int foo (int i) { char arr[135000]; arr[i] = 0; }