URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [complex-4.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/22393 */ /* { dg-options "-O -std=gnu99" } */ __complex__ double foo (__complex__ double x) { return 1.0 / x * -1.0i; }
Go to most recent revision | Compare with Previous | Blame | View Log