rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20060625-1.c

11 lines
181 B
C

/* 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;
}