Change remaining flag_finite_math_only use in value-range.cc.
gcc/ChangeLog: * value-range.cc (range_tests_floats): Use HONOR_INFINITIES.
This commit is contained in:
parent
225f9c8805
commit
c6567d2ce9
1 changed files with 1 additions and 1 deletions
|
@ -4031,7 +4031,7 @@ range_tests_floats ()
|
|||
r0.intersect (r1);
|
||||
ASSERT_TRUE (r0.undefined_p ());
|
||||
|
||||
if (!flag_finite_math_only)
|
||||
if (HONOR_INFINITIES (float_type_node))
|
||||
{
|
||||
// Make sure [-Inf, -Inf] doesn't get normalized.
|
||||
r0 = frange_float ("-Inf", "-Inf");
|
||||
|
|
Loading…
Add table
Reference in a new issue