(convert_to_integer): Don't pass truncate into ABS_EXPR.
From-SVN: r5037
This commit is contained in:
parent
1c5334be7d
commit
d283912a4b
@ -291,7 +291,8 @@ convert_to_integer (type, expr)
|
|||||||
|
|
||||||
case NEGATE_EXPR:
|
case NEGATE_EXPR:
|
||||||
case BIT_NOT_EXPR:
|
case BIT_NOT_EXPR:
|
||||||
case ABS_EXPR:
|
/* This is not correct for ABS_EXPR,
|
||||||
|
since we must test the sign before truncation. */
|
||||||
{
|
{
|
||||||
register tree typex = type;
|
register tree typex = type;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user