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

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