(convert_to_integer): Don't pass truncate into ABS_EXPR.

From-SVN: r5037
This commit is contained in:
Richard Stallman 1993-07-29 06:30:20 +00:00
parent 1c5334be7d
commit d283912a4b

View File

@ -291,7 +291,8 @@ convert_to_integer (type, expr)
case NEGATE_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;