OSDN Git Service

* config/i386/i386.md (UNSPEC_VSIBADDR): New.
[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