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/] [complex-5.c] - Rev 297
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; }