* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / Werror-2.c
blob8e08ba0857ea674ba04d27a256b4d72e1ac4bbd5
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 /* This one is the baseline. Make sure with no option we get no
5 warnings. */
7 void __attribute__((dj)) bar() { } /* { dg-warning "warning: .* attribute directive ignored" } */
9 int i;
11 void
12 foo ()
14 if (&i)
15 grill ();