20020607-2.c
1009 Bytes
-
fold-const.c (fold): Place both integer and real constants last in comparisons. · 437f1df1
* fold-const.c (fold) [EQ_EXPR]: Place both integer and real constants last in comparisons. Optimize (x+1.0)>0.0 into the equivalent x > -1.0 when -ffast-math. * gcc.dg/20020607-2.c: New test case. From-SVN: r54356
Roger Sayle committed