URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [20110719-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
extern void abort (void); int i; int main() { int b = i != 0; int c = ~b; if (c != -1) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log