blob: b95dd8b6a3dfc419dbf45415b05dd766cb42de2b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Waddress -Wattributes" } */
/* Make sure the command line option enables the warning. */
void __attribute__((dj)) bar() { } /* { dg-warning "warning: .* attribute directive ignored" } */
int i;
void
foo ()
{
if (&i) /* { dg-warning "warning: .* will always evaluate as 'true'" } */
grill ();
}