IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / Werror-4.c
blob73687bef13900f2961365c1e9c36dbf50b2b1b72
1 /* { dg-do compile } */
2 /* { dg-options "-Wattributes" } */
3 /* { dg-message "some warnings being treated as errors" "" {target "*-*-*"} 0 } */
4 /* Make sure the pragma enables the error. */
6 #pragma GCC diagnostic error "-Waddress"
8 void __attribute__((dj)) bar() { } /* { dg-warning "attribute directive ignored" } */
10 int i;
12 void
13 foo ()
15 if (&i) /* { dg-error "will always evaluate as 'true'" } */
16 grill ();