* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / decl-nospec-3.c
blob6c04e94429d91245b4f1f608401dae822665069a
1 /* Data definition with no type or storage class should receive a
2 pedwarn, rather than a warning which becomes an error with
3 -pedantic. Test with -pedantic-errors. */
4 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
5 /* { dg-do compile } */
6 /* { dg-options "-pedantic-errors" } */
8 foo(); /* { dg-error "error: data definition has no type or storage class" } */