aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/mips-clobber-at.c
blob: 7f936984a8dca592b8c0bef58789929b39954982 (plain)
1
2
3
4
/* "$1" used to be mapped to the internal frame pointer.  */
/* { dg-do compile { target mips*-*-* } } */
/* { dg-options "" } */
int foo () { asm volatile ("#" ::: "$1"); }