URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [complex-2.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 22103 */ _Complex float f(void); void *a; _Complex float g(void) { _Complex float x = f(); __imag__ x = 1.0; if (__imag__ x != 1.0) { a = &x; } return x; }
Go to most recent revision | Compare with Previous | Blame | View Log