From: Jeff Law Date: Wed, 14 Oct 1998 10:35:26 +0000 (-0600) Subject: Forgot to commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9ab1458499b9a3e3fcb398cf29e3349e775ee9b;p=gcc.git Forgot to commit. From-SVN: r23083 --- diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index c1b22daf746..2a14670ae0a 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -663,7 +663,7 @@ expand_builtin_dwarf_reg_size (reg_tree, target) t = fold (build (COND_EXPR, integer_type_node, t2, build_int_2 (ranges[n_ranges].size, 0), t)); } - while (--n_ranges > 0); + while (--n_ranges >= 0); } return expand_expr (t, target, Pmode, 0); }