URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.target/] [mips/] [fix-vr4130-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-mips-options "-march=vr4130 -mfix-vr4130" } */ int foo (void) { int r; asm ("# foo" : "=h" (r)); return r; } /* { dg-final { scan-assembler "\tmacchi\t" } } */
Go to most recent revision | Compare with Previous | Blame | View Log