* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / decl-3.c
blob5bbe19cd2248b56508a698b844c41b90ba27651f
1 /* PR c/9928 */
2 /* { dg-do compile } */
4 enum { CODES }; /* { dg-error "previous definition" } */
5 enum { CODES }; /* { dg-error "conflicting types|redeclaration of enumerator" } */