URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [saveall.c] - Rev 328
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run { target bfin*-*-* } } */ /* { dg-options "-fomit-frame-pointer" } */ void foo (void) __attribute__ ((saveall)); void foo () { asm ("R0 = 0; RETS = R0;"); } int main () { foo (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log