diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31bee573e65..e386b756618 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-10 Kaveh R. Ghazi + + * combine.c (make_extraction): Fix error in last change. + 2002-03-09 Kaveh R. Ghazi * c4x.c (c4x_fp_reglist): Const-ify. diff --git a/gcc/combine.c b/gcc/combine.c index fb344ca1043..7dc4b29addb 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -6033,7 +6033,7 @@ make_extraction (mode, inner, pos, pos_rtx, len, return new; if (GET_CODE (new) == CONST_INT) - return trunc_int_for_mode (INTVAL (new), mode); + return GEN_INT (trunc_int_for_mode (INTVAL (new), mode)); /* If we know that no extraneous bits are set, and that the high bit is not set, convert the extraction to the cheaper of