(simplify_binary_operation): Protect real_value_truncate inside
handler. From-SVN: r6767
This commit is contained in:
parent
53d74c3c5d
commit
831522a46e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user