diff options
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 6206535..1a32332 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -66,6 +66,7 @@ bitmap_elem_to_freelist (bitmap head, bitmap_element *elt) bitmap_obstack *bit_obstack = head->obstack; elt->next = NULL; + elt->indx = -1; if (bit_obstack) { elt->prev = bit_obstack->elements; |