]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/Wattributes-3.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Wattributes-3.c
CommitLineData
5c498b10
DD
1/* { dg-do compile } */
2
3void __attribute__((dj)) foo() { } /* { dg-warning "attribute directive ignored" } */
4
5int j __attribute__((unrecognized)); /* { dg-warning "attribute directive ignored" } */