* common.opt (-Wattributes): New. Default true.
[official-gcc.git] / gcc / testsuite / gcc.dg / Wattributes-1.c
blob29e07e412759f9af7b5eb49123fd1f73129485ac
1 /* { dg-do compile } */
2 /* { dg-options -Wattributes } */
4 void __attribute__((dj)) foo() { } /* { dg-warning "attribute directive ignored" } */
6 int j __attribute__((unrecognized)); /* { dg-warning "attribute directive ignored" } */