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/] [20060625-1.c] - Rev 301
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