This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / mips-clobber-at.c
blob7f936984a8dca592b8c0bef58789929b39954982
1 /* "$1" used to be mapped to the internal frame pointer. */
2 /* { dg-do compile { target mips*-*-* } } */
3 /* { dg-options "" } */
4 int foo () { asm volatile ("#" ::: "$1"); }