+2014-11-28 Mike Stump <mikestump@comcast.net>
+
+ * bitmap.c (bitmap_ior): Zap current as it could be deleted.
+ (bitmap_ior_and_compl): Likewise.
+
2014-11-28 Vladimir Makarov <vmakarov@redhat.com>
PR target/64061
if (dst_elt)
{
changed = true;
+ /* Ensure that dst->current is valid. */
+ dst->current = dst->first;
bitmap_elt_clear_from (dst, dst_elt);
}
gcc_checking_assert (!dst->current == !dst->first);
if (dst_elt)
{
changed = true;
+ /* Ensure that dst->current is valid. */
+ dst->current = dst->first;
bitmap_elt_clear_from (dst, dst_elt);
}
gcc_checking_assert (!dst->current == !dst->first);