PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / shrink-wrap-alloca.c
blobb9a2af1c51bc34c05b036e2f60b02a5e0c773770
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -g" } */
3 /* { dg-require-effective-target alloca } */
5 int *p;
7 void
8 test (int a)
10 if (a > 0)
11 p = __builtin_alloca (4);