1 /* { dg-do compile } */
2 /* { dg-options "-Walways-true -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-warning "warning: .* attribute directive ignored" } */
14 if (&i
) /* { dg-warning "warning: .* will always evaluate as 'true'" } */