Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr66759.c
blob3e5d720ee1fbe6a79fca30286845716bc92c54e5
1 /* { dg-do compile } */
2 /* { dg-additional-options "-ffast-math" } */
4 int a, b;
5 float c;
6 int fn2();
7 void fn1()
9 if (fn2() <= 1. - c)
10 b = a;