aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/20010516-1.c
blob: 6ddabd0931db3dcaabb947cce1bf8097d86088ad (plain)
1
2
3
4
5
6
7
/* { dg-options "-fshow-column" } */

foo()
{
      char d;
      __asm volatile ( "" :: "m"(&d)); /* { dg-error "34:" "non-lvalue" } */
}