2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / Walloca1.C
blob2985ac91c62397b0bcdad9186efe4389257db4f7
1 /* PR middle-end/79809 - ICE in alloca_call_type, at gimple-ssa-warn-alloca.c */
2 /* { dg-do compile } */
3 /* { dg-options "-Walloca-larger-than=4207115063 -Wvla-larger-than=1233877270 -O2" } */
4 /* { dg-require-effective-target alloca } */
6 int a;
7 char *b = static_cast<char *>(__builtin_alloca (a));
9 // { dg-prune-output "argument to .alloca." }