2014-08-04 Ed Schonberg <schonberg@adacore.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / Werror-7.c
blobbafb5c92476a53673750df112f9527626540e5c2
1 /* { dg-do compile } */
2 /* { dg-options "-Waddress -Werror -Wno-error=address -Wattributes" } */
3 /* { dg-message "warnings being treated as errors" "" {target "*-*-*"} 0 } */
5 /* Make sure -Wno-error= overrides -Werror. */
7 void __attribute__((dj)) bar() { } /* { dg-error ".* attribute directive ignored" } */
9 int i;
11 void
12 foo ()
14 if (&i) /* { dg-warning ".* will always evaluate as 'true'" } */
15 grill ();