* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / parm-impl-decl-2.c
blob1f4630047b0b2ab9fab2d8493db9587afcd577bf
1 /* Test implicit function declarations and other odd declarations in
2 function prototypes. Make sure that LABEL_DECLs don't occur. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
7 int k (int [sizeof &&z]); /* { dg-error "error: label 'z' referenced outside of any function" } */