aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr52330.c
blob: 22ba0b21aeda1fe9ade176f9c25d64d72f69ede2 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O0" } */

void foo (int a)
{
  asm volatile ("# %H0" : : "r" (a));  /* { dg-error "not an offsettable" } */
}