testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / Wstrict-flex-arrays.c
blob51514231661ebb660e878202cf19cf218369713e
1 /* Test the usage of option -Wstrict-flex-arrays. */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -Wstrict-flex-arrays" } */
5 int main(int argc, char *argv[])
7 return 0;
9 /* { dg-warning "is ignored when \'-fstrict-flex-arrays\' is not present" "" { target *-*-* } 0 } */