diff --git a/gcc/reload1.c b/gcc/reload1.c index 1dea880d9e8..ce8211f13c7 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -4289,7 +4289,7 @@ int reload_spill_index[MAX_RELOADS]; /* Index of last register assigned as a spill register. We allocate in a round-robin fashio. */ -static last_spill_reg = 0; +static int last_spill_reg = 0; /* Find a spill register to use as a reload register for reload R. LAST_RELOAD is non-zero if this is the last reload for the insn being