blob: 23079ce9de99804eebb1e86dc7d1b25d19a5f798 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wattributes" } */
/* Make sure #pragma can enable a warning. */
#pragma GCC diagnostic warning "-Waddress"
void __attribute__((dj)) bar() { } /* { dg-warning ".* attribute directive ignored" } */
int i;
void
foo ()
{
if (&i) /* { dg-warning ".* will always evaluate as 'true'" } */
grill ();
}