Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr84682-3.c
blob: 543a307d6c120c76998c26b86889da8bf85b1b2f [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* This is like pr84682-1.c, but with an extra memory constraint, to
check that we don't disable process_address altogether just because
of the disabled address constraint. */
void
b
(
char
a
)
{
asm
(
""
:
:
"pmir"
(
a
));
}