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/] [pr39999.c] - Rev 327
Go to most recent revision | Compare with Previous | Blame | View Log
void foo(void *); void MMAPGCD (int *A1, int *A2) { int *t; do { t = A1; A1 = A2; A2 = t; } while (A2[-1]); foo (A1-1); foo (A2-1); }
Go to most recent revision | Compare with Previous | Blame | View Log