OSDN Git Service

+ * trans-mem.c (requires_barrier): Do not instrument thread local
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr26865.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -std=c99" } */
3
4 void
5 foo (void)
6 {
7   char *e = alloca (100); /* { dg-warning "implicit declaration|initialization makes" } */
8 }