URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20060625-1.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/28151 */ /* Testcase by Steven Bosscher <stevenb.gcc@gmail.com> */ _Complex float b; void foo (void) { _Complex float a = __FLT_MAX__; b = __FLT_MAX__ + a; }
Go to most recent revision | Compare with Previous | Blame | View Log