2007-02-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / Werror-5.c
blob8a21593fbd87d0a7b407cd1beb6dc8e97e7b7c87
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" } */
9 int i;
11 void
12 foo ()
14 if (&i) /* { dg-error "error: .* will always evaluate as 'true'" } */
15 grill ();