c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / Walloca2.C
blobb6992d08bf36dec497fd759b14db72c19496c4cf
1 // { dg-do compile }
2 // { dg-options "-Walloca-larger-than=4207115063 -Wvla-larger-than=1233877270 -O2 --param ggc-min-heapsize=0 --param ggc-min-expand=0 -w" }
3 // { dg-require-effective-target alloca }
5 int a;
6 char *b = static_cast<char *>(__builtin_alloca (a));