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/] [unsorted/] [charmtst.c] - Rev 315
Go to most recent revision | Compare with Previous | Blame | View Log
c_move_tst (char b) { char a; a = b; b = 'b'; foo (a); foo (b); foo (a); bar (a, b); b = a; if (b == 0) a++; return a + b; }
Go to most recent revision | Compare with Previous | Blame | View Log