1 /* PR middle-end/82875 */ 2 /* { dg-do compile } */ 3 /* { dg-options "-ftree-ter" } */ 4 /* { dg-require-effective-target alloca } */ 5 6 const int a = 100; 7 8 void foo(void)9 foo (void) 10 { 11 int c[a]; 12 } 13