From 7a75868d8eafc87c5b4f06bc60e0db43e074e23f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 31 Jan 1994 18:40:54 -0500 Subject: [PATCH] (operand_equal_for_comparison_p): Declare correct_width as unsigned. From-SVN: r6447 --- gcc/fold-const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fold-const.c b/gcc/fold-const.c index d370e52..6f6027d 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -1871,7 +1871,7 @@ operand_equal_for_comparison_p (arg0, arg1, other) { int unsignedp1, unsignedpo; tree primarg1, primother; - int correct_width; + unsigned correct_width; if (operand_equal_p (arg0, arg1, 0)) return 1; -- 2.7.4