OSDN Git Service

* config/i386/i386.md (UNSPEC_VSIBADDR): New.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / wvla-6.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Wvla" } */
3
4 extern void 
5 func (int i, int [i]); /* { dg-warning "variable length array is used" } */