URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr36172.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
int f(float * ); __SIZE_TYPE__ FcCharSetFreeze (int *fcs, int b) { int i; int a = 0; for (i = 0; i < *fcs; i++) { float *leaf = (float *)fcs; int hash = f (leaf); if (hash) a = b; if (!a) return; } return (__SIZE_TYPE__) fcs; }
Go to most recent revision | Compare with Previous | Blame | View Log