* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / declspec-16.c
bloba81f0c690409f0a96b718524e6f8508ffc17526d
1 /* Test diagnostic for empty declarations in old-style parameter
2 declarations. Test with -pedantic. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "-std=gnu89 -pedantic" } */
7 void
8 f (a, b)
9 int; /* { dg-warning "warning: empty declaration" } */
10 register; /* { dg-warning "warning: empty declaration" } */