OSDN Git Service

Target Hook to issue diagnostics for AltiVec argument to funtion
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20010516-1.c
1 foo()
2 {
3       char d;
4       __asm volatile ( "" :: "m"(&d)); /* { dg-error "" "non-lvalue" } */
5 }