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/] [compile/] [20031010-1.c] - Rev 299
Go to most recent revision | Compare with Previous | Blame | View Log
/* This crashed the ARM backend with -mcpu=iwmmxt -O because an insn required a split which was not available for the iwmmxt. */ inline int *f1(int* a, int* b) { if (*b < *a) return b; return a; } int f2(char *d, char *e, int f) { int g = e - d; return *f1(&f, &g); }
Go to most recent revision | Compare with Previous | Blame | View Log