Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * fold-const.c (fold) [EQ_EXPR]: Place both integer and real | sayle | 2002-06-07 | 1 | -0/+74 |
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54356 138bc75d-0d04-0410-961f-82ee72b054a4 |