blob: 62f0e4f40413f91e1b4bc80f325e55343aa8821d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wattributes -Werror=address" } */
/* Make sure -Werror-foo emits an error and not a warning */
void __attribute__((dj)) bar() { } /* { dg-warning "warning: .* attribute directive ignored" } */
int i;
void
foo ()
{
if (&i) /* { dg-error "error: .* will always evaluate as 'true'" } */
grill ();
}