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.c-torture/] [execute/] [960312-1.x] - Rev 299
Go to most recent revision | Compare with Previous | Blame | View Log
# This test fails on HC11/HC12 when it is compiled without -mshort because# is uses an asm that requires two 32-bit registers (int). It passes# when using -mshort because there are enough registers; force -mshort.if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {set options "-mshort"}return 0
Go to most recent revision | Compare with Previous | Blame | View Log
