OSDN Git Service

* gcc.dg/march.c: Ignore a note for some targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / attr-alloc_size-2.c
1 /* { dg-do compile } */
2
3 char *foo() __attribute__((alloc_size(1))); /* { dg-warning "outside range" } */
4