1 /* { dg-do compile } */
2 /* { dg-options "-Wattributes -Werror" } */
3 /* { dg-message "warnings being treated as errors" "" {target "*-*-*"} 0 } */
5 /* Make sure #pragma can work with -Werror. */
7 #pragma GCC diagnostic error "-Waddress"
10 void __attribute__((dj
)) bar() { } /* { dg-error ".* attribute directive ignored" } */
17 if (&i
) /* { dg-error ".* will always evaluate as 'true'" } */