blob: eefa5fada3d25d69739c579801a35f255cddf271 [file] [log] [blame]
/* { dg-do compile { target ia32 } } */
/* { dg-options "" } */
void foo (char x)
{
register char rx __asm ("si") = x;
__asm__ volatile ("# %0" : : "r" (rx));
} /* { dg-error "unsupported size" } */