1 2 3 4 5 6 7 8
/* { dg-require-effective-target alloca } */ void *test (void) { void *ptr = __builtin_alloca (64); return ptr; } /* TODO: warn about escaping alloca. */