2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / Werror-5.c
blob8e901936698f0b97825416d03d27f38d77355754
1 /* { dg-do compile } */
2 /* { dg-options "-Waddress -Wattributes -Werror" } */
3 /* { dg-message "warnings being treated as errors" "" {target "*-*-*"} 0 } */
5 /* Make sure -Werror turns warnings in to errors. */
7 void grill ();
8 void __attribute__((dj)) bar() { } /* { dg-error ".* attribute directive ignored" } */
10 int i;
12 void
13 foo ()
15 if (&i) /* { dg-error ".* will always evaluate as 'true'" } */
16 grill ();