bpf: create modifier for mem operand for xchg and cmpxchg
[official-gcc.git] / gcc / testsuite / gcc.dg / pr26865.c
blobe62030f60ab6482381af69c1d4335681b772ba94
1 /* { dg-do compile } */
2 /* { dg-options "-fpermissive -O2 -std=c99" } */
4 void
5 foo (void)
7 char *e = alloca (100); /* { dg-warning "implicit declaration|initialization of 'char \\*' from 'int' makes" } */