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 } */
7 char *b = static_cast<char *>(__builtin_alloca (a));
9 // { dg-prune-output "argument to .alloca." }