Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
mips-clobber-at.c
blob: 7f936984a8dca592b8c0bef58789929b39954982 [
file
] [
log
] [
blame
]
/* "$1" used to be mapped to the internal frame pointer. */
/* { dg-do compile { target mips*-*-* } } */
/* { dg-options "" } */
int
foo
()
{
asm
volatile
(
"#"
:::
"$1"
);
}