diff options
Diffstat (limited to 'gcc/fold-const-call.c')
-rw-r--r-- | gcc/fold-const-call.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fold-const-call.c b/gcc/fold-const-call.c index 38f9717..e2d0eaf 100644 --- a/gcc/fold-const-call.c +++ b/gcc/fold-const-call.c @@ -1506,7 +1506,8 @@ tree fold_const_call (combined_fn fn, tree type, tree arg0, tree arg1, tree arg2) { const char *p0, *p1; - size_t s0, s1, s2 = 0; + unsigned HOST_WIDE_INT s0, s1; + size_t s2 = 0; switch (fn) { case CFN_BUILT_IN_STRNCMP: |