diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |