URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [mips-clobber-at.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* "$1" used to be mapped to the internal frame pointer. */ /* { dg-do compile { target mips*-*-* } } */ /* { dg-options "" } */ int foo () { asm volatile ("#" ::: "$1"); }
Go to most recent revision | Compare with Previous | Blame | View Log