2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr52330.c
blob22ba0b21aeda1fe9ade176f9c25d64d72f69ede2
1 /* { dg-do compile } */
2 /* { dg-options "-O0" } */
4 void foo (int a)
6 asm volatile ("# %H0" : : "r" (a)); /* { dg-error "not an offsettable" } */