URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20020304-2.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
/* This testcase ICEd because a SUBREG of MEM/v was never simplified. */ volatile unsigned long long *a; unsigned char foo (void) { unsigned char b = (*a != 0); return b; }
Go to most recent revision | Compare with Previous | Blame | View Log