]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/bitmap.c
bitmap.c (bitmap_elem_to_freelist): Set indx to -1.
[thirdparty/gcc.git] / gcc / bitmap.c
index 6206535a8ea9f9a0203f00a4b60c5a1378181065..1a32332439fa48550674dc73c8d559bb2690055c 100644 (file)
@@ -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;