URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [complex-5.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
int foo(__complex__ int z0, __complex__ int z1) { return z0 != 0 || z1 != 0; } int foo1(__complex__ int z0, __complex__ int z1) { return z0 == 0 && z1 == 0; }
Go to most recent revision | Compare with Previous | Blame | View Log