OSDN Git Service

* gcc.gd/struct/wo_prof_global_var.c: Use uninitialized integer
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wattributes-1.c
1 /* { dg-do compile } */
2 /* { dg-options -Wattributes } */
3
4 void __attribute__((dj)) foo() { }      /* { dg-warning "attribute directive ignored" } */
5
6 int j __attribute__((unrecognized));    /* { dg-warning "attribute directive ignored" } */