Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
invsize-2.c
blob: 7a9825ab7830071f8edc3ac74c3c76519603a92a [
file
] [
log
] [
blame
]
/* { dg-do compile { target ia32 } } */
/* { dg-options "" } */
void
foo
(
long
long
x
)
{
__asm__
volatile
(
"# %0"
:
:
"r"
(
x
));
}
/* { dg-warning "unsupported size" } */