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/] [xmtst.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
p1 (int b, int *p, int a) { p[0] = p[1]; return p[0]; } p2 (int b, int *p, int a) { p[0] = p[1]; return p[0] == 0; } p3 (int b, int *p, int a) { p[0] = p[1]; a = p[0]; if (a) return 0; return a; } p4 (int b, int *p, int a) { a = p[1]; p[0] = p[1]; if (a) return 0; return a; }
Go to most recent revision | Compare with Previous | Blame | View Log