Revert:
2007-09-06 Eric Botcazou <ebotcazou@adacore.com> * trans.c (convert_with_check): Update call to real_2expN. From-SVN: r128199
This commit is contained in:
parent
c81a043c13
commit
4b459ae43f
@ -1,3 +1,11 @@
|
||||
2007-09-06 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
Revert:
|
||||
|
||||
2007-09-06 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* trans.c (convert_with_check): Update call to real_2expN.
|
||||
|
||||
2007-09-06 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* trans.c (convert_with_check): Update call to real_2expN.
|
||||
|
@ -5893,7 +5893,7 @@ convert_with_check (Entity_Id gnat_type, tree gnu_expr, bool overflowp,
|
||||
|
||||
/* Compute the exact value calc_type'Pred (0.5) at compile time. */
|
||||
fmt = REAL_MODE_FORMAT (TYPE_MODE (calc_type));
|
||||
real_2expN (&half_minus_pred_half, -(fmt->p) - 1, TYPE_MODE (calc_type));
|
||||
real_2expN (&half_minus_pred_half, -(fmt->p) - 1);
|
||||
REAL_ARITHMETIC (pred_half, MINUS_EXPR, dconsthalf,
|
||||
half_minus_pred_half);
|
||||
gnu_pred_half = build_real (calc_type, pred_half);
|
||||
|
Loading…
Reference in New Issue
Block a user