URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [loadhicc.c] - Rev 826
Compare with Previous | Blame | View Log
typedef int xtype; foo (p, pc) xtype *p; char *pc; { xtype a; unsigned b = 0; a = *p; p[1] = a; if ((unsigned) p[1] > 0) return 1; return a; }