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/] [compile/] [20020304-2.c] - Rev 301
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