1 /* { dg-do compile } */
2 /* { dg-options "-Waddress -Wattributes -Werror" } */
3 /* { dg-warning "warnings being treated as errors" "" {target "*-*-*"} 0 } */
5 /* Make sure -Werror turns warnings in to errors. */
7 void __attribute__((dj
)) bar() { } /* { dg-error "error: .* attribute directive ignored" } */
14 if (&i
) /* { dg-error "error: .* will always evaluate as 'true'" } */