blob: 97874075db229d8751a51ac810a819329a1ba1fd [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 ".* attribute directive ignored" } */
int i;
void
foo ()
{
if (&i) /* { dg-warning ".* will always evaluate as 'true'" } */
grill ();
}