1 /* { dg-do compile } */ 2 /* { dg-options -Wattributes } */ 3 foo()4void __attribute__((dj)) foo() { } /* { dg-warning "attribute directive ignored" } */ 5 6 int j __attribute__((unrecognized)); /* { dg-warning "attribute directive ignored" } */ 7
1 /* { dg-do compile } */ 2 /* { dg-options -Wattributes } */ 3 foo()4void __attribute__((dj)) foo() { } /* { dg-warning "attribute directive ignored" } */ 5 6 int j __attribute__((unrecognized)); /* { dg-warning "attribute directive ignored" } */ 7