Commit 831522a4 by Richard Kenner

(simplify_binary_operation): Protect real_value_truncate inside

handler.

From-SVN: r6767
parent 53d74c3c
......@@ -3325,8 +3325,8 @@ simplify_binary_operation (code, mode, op0, op1)
}
#endif
set_float_handler (NULL_PTR);
value = real_value_truncate (mode, value);
set_float_handler (NULL_PTR);
return immed_real_const_1 (value, mode);
}
#endif /* not REAL_IS_NOT_DOUBLE, or REAL_ARITHMETIC */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment