* gcc.c-torture/compile/20000120-2.c: Use -fgnu89-inline.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20060625-1.c
blob37efb9da602c09d011db02fc2edd12cb538f688c
1 /* PR middle-end/28151 */
2 /* Testcase by Steven Bosscher <stevenb.gcc@gmail.com> */
4 _Complex float b;
6 void foo (void)
8 _Complex float a = __FLT_MAX__;
9 b = __FLT_MAX__ + a;