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/] [20040907-1.c] - Rev 297
Compare with Previous | Blame | View Log
void ProdWord_bla ( gtL, gtRes, lnL ) int *gtL, *gtRes; int lnL; { while ( 1 < lnL ) { *gtRes++ = *gtL++; --lnL; } if ( 0 < lnL ) if ( gtL[0] == gtL[1] ) *gtRes++ = 0; }