Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / gcc.dg / shrink-wrap-alloca.c
blobfbe6f4fd20d80e1d398f039a8e692323033493ab
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -g" } */
4 int *p;
6 void
7 test (int a)
9 if (a > 0)
10 p = __builtin_alloca (4);