Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr35318.c
blob: 97a1c8761fb1b63d21319e9d6b6686fbb23ee460 [
file
] [
log
] [
blame
]
/* { dg-skip-if "" { pdp11-*-* } } */
/* PR target/35318 */
void
foo
()
{
double
x
=
4
,
y
;
__asm__
volatile
(
""
:
"=r,r"
(
x
),
"=r,r"
(
y
)
:
"%0,0"
(
x
),
"m,r"
(
8
));
}