URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20030910-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* The gimplifier was getting confused when taking the real or imaginary component of a complex rvalue. */ void test() { __complex double dc; double d; d = __real (dc * dc); }
Go to most recent revision | Compare with Previous | Blame | View Log