OSDN Git Service

2010-05-09 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wattributes-3.c
1 /* { dg-do compile } */
2
3 void __attribute__((dj)) foo() { }      /* { dg-warning "attribute directive ignored" } */
4
5 int j __attribute__((unrecognized));    /* { dg-warning "attribute directive ignored" } */