Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
invsize-1.c
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" } */