(simplify_binary_operation): Protect real_value_truncate inside

handler.

From-SVN: r6767
This commit is contained in:
Richard Kenner 1994-03-13 08:30:11 -05:00
parent 53d74c3c5d
commit 831522a46e

View File

@ -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 */