URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20001009-1.c] - Rev 154
Compare with Previous | Blame | View Log
int a,b; main() { int c=-2; int d=0xfe; int e=a&1; int f=b&2; if ((char)(c|(e&f)) == (char)d) return 0; else abort(); }