OSDN Git Service

2010-05-02 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / torture / mips-clobber-at.c
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"); }